Html Css Color HEX #5A692C Dark Olive Green

📋 copy color: '#5A692C'

red 90 ◦ green 105 ◦ blue 44

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

Shades of Dark Olive Green #5A692C

Tints of Dark Olive Green #5A692C

RGB

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

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

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

R = 37.66%
G = 43.93%
B = 18.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#5A692C (or 0x5A692C) is known color: Dark Olive Green. HEX triplet: 5A, 69 and 2C. RGB value is (90,105,44). Sum of RGB (Red+Green+Blue) = 90+105+44=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #5A692C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A692C is #A596D3. Grayscale: #5D5D5D. Windows color (decimal): -10852052 or 2910554. OLE color: 2910554.

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

Color convert

RGB 90 105 44 -
CMYK 0.14 0 0.58 0.59
HSL 74.75º 0.41% 0.29% -
HSV(B) 74.75º 0.58% 0.41% -
XYZ 9.72 12.46 4.28 -
YUV 93.56 100.03 125.46 -
System Red Green Blue C M Y K H S L
Decimal 90 105 44 0.14 0 0.58 0.59 74.75 0.41 0.29
Hex 5A 69 2C E 0 3A 3B 4B 29 1D
Octal 132 151 54 16 0 72 73 113 51 35
Binary 1011010 1101001 101100 1110 0 111010 111011 1001011 101001 11101

Color Harmonies of #5A692C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A692C

Black with #5A692C

Text Example


Text Example

White with #5A692C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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