Html Css Color HEX #769037 Sushi

📋 copy color: '#769037'

red 118 ◦ green 144 ◦ blue 55

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

Shades of Sushi #769037

Tints of Sushi #769037

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.43%

 BLUE value IS 55 (21.88% from 255) = 17.35%

R = 37.22%
G = 45.43%
B = 17.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.44

RGB Variations

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

Color information

#769037 (or 0x769037) is known color: Sushi. HEX triplet: 76, 90 and 37. RGB value is (118,144,55). Sum of RGB (Red+Green+Blue) = 118+144+55=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #769037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769037 is #896FC8. Grayscale: #7E7E7E. Windows color (decimal): -9007049 or 3641462. OLE color: 3641462.

HSL color Cylindrical-coordinate representation of color #769037: hue angle of 77.53º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #769037 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 55 -
CMYK 0.18 0 0.62 0.44
HSL 77.53º 0.45% 0.39% -
HSV(B) 77.53º 0.62% 0.56% -
XYZ 18.13 24.07 7.31 -
YUV 126.08 87.89 122.24 -
System Red Green Blue C M Y K H S L
Decimal 118 144 55 0.18 0 0.62 0.44 77.53 0.45 0.39
Hex 76 90 37 12 0 3E 2C 4E 2D 27
Octal 166 220 67 22 0 76 54 116 55 47
Binary 1110110 10010000 110111 10010 0 111110 101100 1001110 101101 100111

Color Harmonies of #769037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769037

Black with #769037

Text Example


Text Example

White with #769037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769037; }

 p { color: rgb(118,144,55); }

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

background-color css

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

 a { background-color: rgb(118,144,55); }

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

border-color css

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

 span { border-color: rgb(118,144,55); }

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