Html Css Color HEX #58870D Olive Drab

📋 copy color: '#58870D'

red 88 ◦ green 135 ◦ blue 13

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

Shades of Olive Drab #58870D

Tints of Olive Drab #58870D

RGB

 RED value IS 88 (34.77% from 255) = 37.29%

 GREEN value IS 135 (53.13% from 255) = 57.2%

 BLUE value IS 13 (5.47% from 255) = 5.51%

R = 37.29%
G = 57.2%
B = 5.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#58870D (or 0x58870D) is known color: Olive Drab. HEX triplet: 58, 87 and 0D. RGB value is (88,135,13). Sum of RGB (Red+Green+Blue) = 88+135+13=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #58870D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58870D is #A778F2. Grayscale: #6B6B6B. Windows color (decimal): -10975475 or 886616. OLE color: 886616.

HSL color Cylindrical-coordinate representation of color #58870D: hue angle of 83.11º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58870D is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 135 13 -
CMYK 0.35 0 0.90 0.47
HSL 83.11º 0.82% 0.29% -
HSV(B) 83.11º 0.9% 0.53% -
XYZ 12.76 19.43 3.46 -
YUV 107.04 74.93 114.42 -
System Red Green Blue C M Y K H S L
Decimal 88 135 13 0.35 0 0.90 0.47 83.11 0.82 0.29
Hex 58 87 D 23 0 5A 2F 53 52 1D
Octal 130 207 15 43 0 132 57 123 122 35
Binary 1011000 10000111 1101 100011 0 1011010 101111 1010011 1010010 11101

Color Harmonies of #58870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58870D

Black with #58870D

Text Example


Text Example

White with #58870D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58870D; }

 p { color: rgb(88,135,13); }

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

background-color css

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

 a { background-color: rgb(88,135,13); }

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

border-color css

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

 span { border-color: rgb(88,135,13); }

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