Html Css Color HEX #769840 Sushi

📋 copy color: '#769840'

red 118 ◦ green 152 ◦ blue 64

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

Shades of Sushi #769840

Tints of Sushi #769840

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.51%

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

R = 35.33%
G = 45.51%
B = 19.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#769840 (or 0x769840) is known color: Sushi. HEX triplet: 76, 98 and 40. RGB value is (118,152,64). Sum of RGB (Red+Green+Blue) = 118+152+64=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #769840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769840 is #8967BF. Grayscale: #848484. Windows color (decimal): -9004992 or 4233334. OLE color: 4233334.

HSL color Cylindrical-coordinate representation of color #769840: hue angle of 83.18º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #769840 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 64 -
CMYK 0.22 0 0.58 0.40
HSL 83.18º 0.41% 0.42% -
HSV(B) 83.18º 0.58% 0.6% -
XYZ 19.62 26.68 8.97 -
YUV 131.8 89.74 118.16 -
System Red Green Blue C M Y K H S L
Decimal 118 152 64 0.22 0 0.58 0.40 83.18 0.41 0.42
Hex 76 98 40 16 0 3A 28 53 29 2A
Octal 166 230 100 26 0 72 50 123 51 52
Binary 1110110 10011000 1000000 10110 0 111010 101000 1010011 101001 101010

Color Harmonies of #769840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769840

Black with #769840

Text Example


Text Example

White with #769840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769840; }

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

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

background-color css

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

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

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

border-color css

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

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

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