Html Css Color HEX #5A6B2C Dark Olive Green

📋 copy color: '#5A6B2C'

red 90 ◦ green 107 ◦ blue 44

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

Shades of Dark Olive Green #5A6B2C

Tints of Dark Olive Green #5A6B2C

RGB

 RED value IS 90 (35.55% from 255) = 37.34%

 GREEN value IS 107 (42.19% from 255) = 44.4%

 BLUE value IS 44 (17.58% from 255) = 18.26%

R = 37.34%
G = 44.4%
B = 18.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#5A6B2C (or 0x5A6B2C) is known color: Dark Olive Green. HEX triplet: 5A, 6B and 2C. RGB value is (90,107,44). Sum of RGB (Red+Green+Blue) = 90+107+44=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6B2C is #A594D3. Grayscale: #5E5E5E. Windows color (decimal): -10851540 or 2911066. OLE color: 2911066.

HSL color Cylindrical-coordinate representation of color #5A6B2C: hue angle of 76.19º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A6B2C is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.

Color convert

RGB 90 107 44 -
CMYK 0.16 0 0.59 0.58
HSL 76.19º 0.42% 0.3% -
HSV(B) 76.19º 0.59% 0.42% -
XYZ 9.93 12.87 4.34 -
YUV 94.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 90 107 44 0.16 0 0.59 0.58 76.19 0.42 0.3
Hex 5A 6B 2C 10 0 3B 3A 4C 2A 1E
Octal 132 153 54 20 0 73 72 114 52 36
Binary 1011010 1101011 101100 10000 0 111011 111010 1001100 101010 11110

Color Harmonies of #5A6B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6B2C

Black with #5A6B2C

Text Example


Text Example

White with #5A6B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6B2C; }

 p { color: rgb(90,107,44); }

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

background-color css

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

 a { background-color: rgb(90,107,44); }

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

border-color css

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

 span { border-color: rgb(90,107,44); }

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