Html Css Color HEX #55691F Dark Olive Green

📋 copy color: '#55691F'

red 85 ◦ green 105 ◦ blue 31

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

Shades of Dark Olive Green #55691F

Tints of Dark Olive Green #55691F

RGB

 RED value IS 85 (33.59% from 255) = 38.46%

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

 BLUE value IS 31 (12.5% from 255) = 14.03%

R = 38.46%
G = 47.51%
B = 14.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#55691F (or 0x55691F) is known color: Dark Olive Green. HEX triplet: 55, 69 and 1F. RGB value is (85,105,31). Sum of RGB (Red+Green+Blue) = 85+105+31=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #55691F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55691F is #AA96E0. Grayscale: #5A5A5A. Windows color (decimal): -11179745 or 2058581. OLE color: 2058581.

HSL color Cylindrical-coordinate representation of color #55691F: hue angle of 76.22º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55691F is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 105 31 -
CMYK 0.19 0 0.70 0.59
HSL 76.22º 0.54% 0.27% -
HSV(B) 76.22º 0.7% 0.41% -
XYZ 9.05 12.13 3.16 -
YUV 90.58 94.37 124.02 -
System Red Green Blue C M Y K H S L
Decimal 85 105 31 0.19 0 0.70 0.59 76.22 0.54 0.27
Hex 55 69 1F 13 0 46 3B 4C 36 1B
Octal 125 151 37 23 0 106 73 114 66 33
Binary 1010101 1101001 11111 10011 0 1000110 111011 1001100 110110 11011

Color Harmonies of #55691F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55691F

Black with #55691F

Text Example


Text Example

White with #55691F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55691F; }

 p { color: rgb(85,105,31); }

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

background-color css

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

 a { background-color: rgb(85,105,31); }

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

border-color css

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

 span { border-color: rgb(85,105,31); }

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