Html Css Color HEX #5A6B2D Dark Olive Green

📋 copy color: '#5A6B2D'

red 90 ◦ green 107 ◦ blue 45

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

Shades of Dark Olive Green #5A6B2D

Tints of Dark Olive Green #5A6B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.6%

R = 37.19%
G = 44.21%
B = 18.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#5A6B2D (or 0x5A6B2D) is known color: Dark Olive Green. HEX triplet: 5A, 6B and 2D. RGB value is (90,107,45). Sum of RGB (Red+Green+Blue) = 90+107+45=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6B2D is #A594D2. Grayscale: #5F5F5F. Windows color (decimal): -10851539 or 2976602. OLE color: 2976602.

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

Color convert

RGB 90 107 45 -
CMYK 0.16 0 0.58 0.58
HSL 76.45º 0.41% 0.3% -
HSV(B) 76.45º 0.58% 0.42% -
XYZ 9.95 12.88 4.44 -
YUV 94.85 99.87 124.54 -
System Red Green Blue C M Y K H S L
Decimal 90 107 45 0.16 0 0.58 0.58 76.45 0.41 0.3
Hex 5A 6B 2D 10 0 3A 3A 4C 29 1E
Octal 132 153 55 20 0 72 72 114 51 36
Binary 1011010 1101011 101101 10000 0 111010 111010 1001100 101001 11110

Color Harmonies of #5A6B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6B2D

Black with #5A6B2D

Text Example


Text Example

White with #5A6B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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