Html Css Color HEX #769637 Sushi

📋 copy color: '#769637'

red 118 ◦ green 150 ◦ blue 55

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

Shades of Sushi #769637

Tints of Sushi #769637

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.44%

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

R = 36.53%
G = 46.44%
B = 17.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#769637 (or 0x769637) is known color: Sushi. HEX triplet: 76, 96 and 37. RGB value is (118,150,55). Sum of RGB (Red+Green+Blue) = 118+150+55=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #769637 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769637 is #8969C8. Grayscale: #818181. Windows color (decimal): -9005513 or 3642998. OLE color: 3642998.

HSL color Cylindrical-coordinate representation of color #769637: hue angle of 80.21º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #769637 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 150 55 -
CMYK 0.21 0 0.63 0.41
HSL 80.21º 0.46% 0.4% -
HSV(B) 80.21º 0.63% 0.59% -
XYZ 19.07 25.94 7.62 -
YUV 129.6 85.9 119.72 -
System Red Green Blue C M Y K H S L
Decimal 118 150 55 0.21 0 0.63 0.41 80.21 0.46 0.4
Hex 76 96 37 15 0 3F 29 50 2E 28
Octal 166 226 67 25 0 77 51 120 56 50
Binary 1110110 10010110 110111 10101 0 111111 101001 1010000 101110 101000

Color Harmonies of #769637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769637

Black with #769637

Text Example


Text Example

White with #769637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769637; }

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

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

background-color css

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

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

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

border-color css

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

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

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