Html Css Color HEX #769236 Sushi

📋 copy color: '#769236'

red 118 ◦ green 146 ◦ blue 54

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

Shades of Sushi #769236

Tints of Sushi #769236

RGB

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

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

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

R = 37.11%
G = 45.91%
B = 16.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#769236 (or 0x769236) is known color: Sushi. HEX triplet: 76, 92 and 36. RGB value is (118,146,54). Sum of RGB (Red+Green+Blue) = 118+146+54=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #769236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769236 is #896DC9. Grayscale: #7F7F7F. Windows color (decimal): -9006538 or 3576438. OLE color: 3576438.

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

Color convert

RGB 118 146 54 -
CMYK 0.19 0 0.63 0.43
HSL 78.26º 0.46% 0.39% -
HSV(B) 78.26º 0.63% 0.57% -
XYZ 18.42 24.68 7.28 -
YUV 127.14 86.72 121.48 -
System Red Green Blue C M Y K H S L
Decimal 118 146 54 0.19 0 0.63 0.43 78.26 0.46 0.39
Hex 76 92 36 13 0 3F 2B 4E 2E 27
Octal 166 222 66 23 0 77 53 116 56 47
Binary 1110110 10010010 110110 10011 0 111111 101011 1001110 101110 100111

Color Harmonies of #769236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769236

Black with #769236

Text Example


Text Example

White with #769236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769236; }

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

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

background-color css

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

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

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

border-color css

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

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

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