Html Css Color HEX #769240 Sushi

📋 copy color: '#769240'

red 118 ◦ green 146 ◦ blue 64

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

Shades of Sushi #769240

Tints of Sushi #769240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.51%

 BLUE value IS 64 (25.39% from 255) = 19.51%

R = 35.98%
G = 44.51%
B = 19.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#769240 (or 0x769240) is known color: Sushi. HEX triplet: 76, 92 and 40. RGB value is (118,146,64). Sum of RGB (Red+Green+Blue) = 118+146+64=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #769240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769240 is #896DBF. Grayscale: #808080. Windows color (decimal): -9006528 or 4231798. OLE color: 4231798.

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

Color convert

RGB 118 146 64 -
CMYK 0.19 0 0.56 0.43
HSL 80.49º 0.39% 0.41% -
HSV(B) 80.49º 0.56% 0.57% -
XYZ 18.68 24.78 8.65 -
YUV 128.28 91.72 120.67 -
System Red Green Blue C M Y K H S L
Decimal 118 146 64 0.19 0 0.56 0.43 80.49 0.39 0.41
Hex 76 92 40 13 0 38 2B 50 27 29
Octal 166 222 100 23 0 70 53 120 47 51
Binary 1110110 10010010 1000000 10011 0 111000 101011 1010000 100111 101001

Color Harmonies of #769240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769240

Black with #769240

Text Example


Text Example

White with #769240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769240; }

 p { color: rgb(118,146,64); }

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

background-color css

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

 a { background-color: rgb(118,146,64); }

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

border-color css

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

 span { border-color: rgb(118,146,64); }

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