Html Css Color HEX #769336 Sushi

📋 copy color: '#769336'

red 118 ◦ green 147 ◦ blue 54

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

Shades of Sushi #769336

Tints of Sushi #769336

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.08%

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

R = 36.99%
G = 46.08%
B = 16.93%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#769336 (or 0x769336) is known color: Sushi. HEX triplet: 76, 93 and 36. RGB value is (118,147,54). Sum of RGB (Red+Green+Blue) = 118+147+54=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #769336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769336 is #896CC9. Grayscale: #808080. Windows color (decimal): -9006282 or 3576694. OLE color: 3576694.

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

Color convert

RGB 118 147 54 -
CMYK 0.20 0 0.63 0.42
HSL 78.71º 0.46% 0.39% -
HSV(B) 78.71º 0.63% 0.58% -
XYZ 18.57 24.99 7.33 -
YUV 127.73 86.39 121.06 -
System Red Green Blue C M Y K H S L
Decimal 118 147 54 0.20 0 0.63 0.42 78.71 0.46 0.39
Hex 76 93 36 14 0 3F 2A 4F 2E 27
Octal 166 223 66 24 0 77 52 117 56 47
Binary 1110110 10010011 110110 10100 0 111111 101010 1001111 101110 100111

Color Harmonies of #769336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769336

Black with #769336

Text Example


Text Example

White with #769336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769336; }

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

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

background-color css

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

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

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

border-color css

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

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

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