Html Css Color HEX #769136 Sushi

📋 copy color: '#769136'

red 118 ◦ green 145 ◦ blue 54

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

Shades of Sushi #769136

Tints of Sushi #769136

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.74%

 BLUE value IS 54 (21.48% from 255) = 17.03%

R = 37.22%
G = 45.74%
B = 17.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#769136 (or 0x769136) is known color: Sushi. HEX triplet: 76, 91 and 36. RGB value is (118,145,54). Sum of RGB (Red+Green+Blue) = 118+145+54=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #769136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769136 is #896EC9. Grayscale: #7E7E7E. Windows color (decimal): -9006794 or 3576182. OLE color: 3576182.

HSL color Cylindrical-coordinate representation of color #769136: hue angle of 77.8º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #769136 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 145 54 -
CMYK 0.19 0 0.63 0.43
HSL 77.8º 0.46% 0.39% -
HSV(B) 77.8º 0.63% 0.57% -
XYZ 18.26 24.37 7.23 -
YUV 126.55 87.05 121.9 -
System Red Green Blue C M Y K H S L
Decimal 118 145 54 0.19 0 0.63 0.43 77.8 0.46 0.39
Hex 76 91 36 13 0 3F 2B 4E 2E 27
Octal 166 221 66 23 0 77 53 116 56 47
Binary 1110110 10010001 110110 10011 0 111111 101011 1001110 101110 100111

Color Harmonies of #769136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769136

Black with #769136

Text Example


Text Example

White with #769136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769136; }

 p { color: rgb(118,145,54); }

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

background-color css

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

 a { background-color: rgb(118,145,54); }

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

border-color css

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

 span { border-color: rgb(118,145,54); }

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