Html Css Color HEX #558106 Olive Drab

📋 copy color: '#558106'

red 85 ◦ green 129 ◦ blue 6

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

Shades of Olive Drab #558106

Tints of Olive Drab #558106

RGB

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

 GREEN value IS 129 (50.78% from 255) = 58.64%

 BLUE value IS 6 (2.73% from 255) = 2.73%

R = 38.64%
G = 58.64%
B = 2.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#558106 (or 0x558106) is known color: Olive Drab. HEX triplet: 55, 81 and 06. RGB value is (85,129,6). Sum of RGB (Red+Green+Blue) = 85+129+6=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #558106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558106 is #AA7EF9. Grayscale: #666666. Windows color (decimal): -11173626 or 426325. OLE color: 426325.

HSL color Cylindrical-coordinate representation of color #558106: hue angle of 81.46º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #558106 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 129 6 -
CMYK 0.34 0 0.95 0.49
HSL 81.46º 0.91% 0.26% -
HSV(B) 81.46º 0.95% 0.51% -
XYZ 11.63 17.64 2.97 -
YUV 101.82 73.92 116 -
System Red Green Blue C M Y K H S L
Decimal 85 129 6 0.34 0 0.95 0.49 81.46 0.91 0.26
Hex 55 81 6 22 0 5F 31 51 5B 1A
Octal 125 201 6 42 0 137 61 121 133 32
Binary 1010101 10000001 110 100010 0 1011111 110001 1010001 1011011 11010

Color Harmonies of #558106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558106

Black with #558106

Text Example


Text Example

White with #558106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558106; }

 p { color: rgb(85,129,6); }

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

background-color css

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

 a { background-color: rgb(85,129,6); }

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

border-color css

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

 span { border-color: rgb(85,129,6); }

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