Html Css Color HEX #769536 Sushi

📋 copy color: '#769536'

red 118 ◦ green 149 ◦ blue 54

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

Shades of Sushi #769536

Tints of Sushi #769536

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.42%

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

R = 36.76%
G = 46.42%
B = 16.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#769536 (or 0x769536) is known color: Sushi. HEX triplet: 76, 95 and 36. RGB value is (118,149,54). Sum of RGB (Red+Green+Blue) = 118+149+54=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #769536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769536 is #896AC9. Grayscale: #818181. Windows color (decimal): -9005770 or 3577206. OLE color: 3577206.

HSL color Cylindrical-coordinate representation of color #769536: hue angle of 79.58º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #769536 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 149 54 -
CMYK 0.21 0 0.64 0.42
HSL 79.58º 0.47% 0.4% -
HSV(B) 79.58º 0.64% 0.58% -
XYZ 18.88 25.61 7.44 -
YUV 128.9 85.73 120.22 -
System Red Green Blue C M Y K H S L
Decimal 118 149 54 0.21 0 0.64 0.42 79.58 0.47 0.4
Hex 76 95 36 15 0 40 2A 50 2F 28
Octal 166 225 66 25 0 100 52 120 57 50
Binary 1110110 10010101 110110 10101 0 1000000 101010 1010000 101111 101000

Color Harmonies of #769536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769536

Black with #769536

Text Example


Text Example

White with #769536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769536; }

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

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

background-color css

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

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

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

border-color css

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

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

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