Html Css Color HEX #769928 Sushi

📋 copy color: '#769928'

red 118 ◦ green 153 ◦ blue 40

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

Shades of Sushi #769928

Tints of Sushi #769928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.86%

R = 37.94%
G = 49.2%
B = 12.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#769928 (or 0x769928) is known color: Sushi. HEX triplet: 76, 99 and 28. RGB value is (118,153,40). Sum of RGB (Red+Green+Blue) = 118+153+40=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #769928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769928 is #8966D7. Grayscale: #828282. Windows color (decimal): -9004760 or 2660726. OLE color: 2660726.

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

Color convert

RGB 118 153 40 -
CMYK 0.23 0 0.74 0.4
HSL 78.58º 0.59% 0.38% -
HSV(B) 78.58º 0.74% 0.6% -
XYZ 19.25 26.79 6.16 -
YUV 129.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 118 153 40 0.23 0 0.74 0.4 78.58 0.59 0.38
Hex 76 99 28 17 0 4A 28 4F 3B 26
Octal 166 231 50 27 0 112 50 117 73 46
Binary 1110110 10011001 101000 10111 0 1001010 101000 1001111 111011 100110

Color Harmonies of #769928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769928

Black with #769928

Text Example


Text Example

White with #769928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769928; }

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

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

background-color css

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

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

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

border-color css

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

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

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