Html Css Color HEX #769F24 Sushi

📋 copy color: '#769F24'

red 118 ◦ green 159 ◦ blue 36

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

Shades of Sushi #769F24

Tints of Sushi #769F24

RGB

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

 GREEN value IS 159 (62.5% from 255) = 50.8%

 BLUE value IS 36 (14.45% from 255) = 11.5%

R = 37.7%
G = 50.8%
B = 11.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#769F24 (or 0x769F24) is known color: Sushi. HEX triplet: 76, 9F and 24. RGB value is (118,159,36). Sum of RGB (Red+Green+Blue) = 118+159+36=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 159 (62.5% from 255 or 50.80% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 159 - color contains mainly: green. Hex color #769F24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769F24 is #8960DB. Grayscale: #858585. Windows color (decimal): -9003228 or 2400118. OLE color: 2400118.

HSL color Cylindrical-coordinate representation of color #769F24: hue angle of 80º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #769F24 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 159 36 -
CMYK 0.26 0 0.77 0.38
HSL 80º 0.63% 0.38% -
HSV(B) 80º 0.77% 0.62% -
XYZ 20.19 28.78 6.16 -
YUV 132.72 73.42 117.5 -
System Red Green Blue C M Y K H S L
Decimal 118 159 36 0.26 0 0.77 0.38 80 0.63 0.38
Hex 76 9F 24 1A 0 4D 26 50 3F 26
Octal 166 237 44 32 0 115 46 120 77 46
Binary 1110110 10011111 100100 11010 0 1001101 100110 1010000 111111 100110

Color Harmonies of #769F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769F24

Black with #769F24

Text Example


Text Example

White with #769F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769F24; }

 p { color: rgb(118,159,36); }

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

background-color css

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

 a { background-color: rgb(118,159,36); }

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

border-color css

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

 span { border-color: rgb(118,159,36); }

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