Html Css Color HEX #58810F Olive Drab

📋 copy color: '#58810F'

red 88 ◦ green 129 ◦ blue 15

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

Shades of Olive Drab #58810F

Tints of Olive Drab #58810F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.47%

R = 37.93%
G = 55.6%
B = 6.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#58810F (or 0x58810F) is known color: Olive Drab. HEX triplet: 58, 81 and 0F. RGB value is (88,129,15). Sum of RGB (Red+Green+Blue) = 88+129+15=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 129 (50.78% from 255 or 55.60% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 129 - color contains mainly: green. Hex color #58810F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58810F is #A77EF0. Grayscale: #686868. Windows color (decimal): -10977009 or 1016152. OLE color: 1016152.

HSL color Cylindrical-coordinate representation of color #58810F: hue angle of 81.58º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58810F is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 129 15 -
CMYK 0.32 0 0.88 0.49
HSL 81.58º 0.79% 0.28% -
HSV(B) 81.58º 0.88% 0.51% -
XYZ 11.96 17.81 3.26 -
YUV 103.75 77.92 116.77 -
System Red Green Blue C M Y K H S L
Decimal 88 129 15 0.32 0 0.88 0.49 81.58 0.79 0.28
Hex 58 81 F 20 0 58 31 52 4F 1C
Octal 130 201 17 40 0 130 61 122 117 34
Binary 1011000 10000001 1111 100000 0 1011000 110001 1010010 1001111 11100

Color Harmonies of #58810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58810F

Black with #58810F

Text Example


Text Example

White with #58810F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,129,15); }

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

background-color css

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

 a { background-color: rgb(88,129,15); }

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

border-color css

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

 span { border-color: rgb(88,129,15); }

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