Html Css Color HEX #769925 Sushi

📋 copy color: '#769925'

red 118 ◦ green 153 ◦ blue 37

#769925
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #769925

Tints of Sushi #769925

RGB

 RED value IS 118 (46.48% from 255) = 38.31%

 GREEN value IS 153 (60.16% from 255) = 49.68%

 BLUE value IS 37 (14.84% from 255) = 12.01%

R = 38.31%
G = 49.68%
B = 12.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#769925 (or 0x769925) is known color: Sushi. HEX triplet: 76, 99 and 25. RGB value is (118,153,37). Sum of RGB (Red+Green+Blue) = 118+153+37=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #769925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769925 is #8966DA. Grayscale: #818181. Windows color (decimal): -9004763 or 2464118. OLE color: 2464118.

HSL color Cylindrical-coordinate representation of color #769925: hue angle of 78.1º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #769925 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 37 -
CMYK 0.23 0 0.76 0.4
HSL 78.1º 0.61% 0.37% -
HSV(B) 78.1º 0.76% 0.6% -
XYZ 19.2 26.77 5.91 -
YUV 129.31 75.9 119.93 -
System Red Green Blue C M Y K H S L
Decimal 118 153 37 0.23 0 0.76 0.4 78.1 0.61 0.37
Hex 76 99 25 17 0 4C 28 4E 3D 25
Octal 166 231 45 27 0 114 50 116 75 45
Binary 1110110 10011001 100101 10111 0 1001100 101000 1001110 111101 100101

Color Harmonies of #769925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769925

Black with #769925

Text Example


Text Example

White with #769925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769925; }

 p { color: rgb(118,153,37); }

 H1.HeaderClassName
 {
   color: #769925;
 }
 .AnyTagClassName
 {
   color: #769925;
 }
</style>

background-color css

<style>
 a { background-color: #769925; }

 a { background-color: rgb(118,153,37); }

 div.DivClassName
 {
   background-color: #769925;
 }
 .BgClassName
 {
   background-color: #769925;
 }
</style>

border-color css

<style>
 span { border-color: #769925; }

 span { border-color: rgb(118,153,37); }

 td.TdClassName
 {
   border-color: #769925;
 }
 .TagClassName
 {
   border-color: #769925;
 }
</style>