Html Css Color HEX #5A6937 Dark Olive Green

📋 copy color: '#5A6937'

red 90 ◦ green 105 ◦ blue 55

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

Shades of Dark Olive Green #5A6937

Tints of Dark Olive Green #5A6937

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42%

 BLUE value IS 55 (21.88% from 255) = 22%

R = 36%
G = 42%
B = 22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#5A6937 (or 0x5A6937) is known color: Dark Olive Green. HEX triplet: 5A, 69 and 37. RGB value is (90,105,55). Sum of RGB (Red+Green+Blue) = 90+105+55=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6937 is #A596C8. Grayscale: #5E5E5E. Windows color (decimal): -10852041 or 3631450. OLE color: 3631450.

HSL color Cylindrical-coordinate representation of color #5A6937: hue angle of 78º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A6937 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB 90 105 55 -
CMYK 0.14 0 0.48 0.59
HSL 78º 0.31% 0.31% -
HSV(B) 78º 0.48% 0.41% -
XYZ 9.96 12.55 5.51 -
YUV 94.82 105.53 124.57 -
System Red Green Blue C M Y K H S L
Decimal 90 105 55 0.14 0 0.48 0.59 78 0.31 0.31
Hex 5A 69 37 E 0 30 3B 4E 1F 1F
Octal 132 151 67 16 0 60 73 116 37 37
Binary 1011010 1101001 110111 1110 0 110000 111011 1001110 11111 11111

Color Harmonies of #5A6937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6937

Black with #5A6937

Text Example


Text Example

White with #5A6937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,105,55); }

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

background-color css

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

 a { background-color: rgb(90,105,55); }

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

border-color css

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

 span { border-color: rgb(90,105,55); }

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