Html Css Color HEX #58880A Olive Drab

📋 copy color: '#58880A'

red 88 ◦ green 136 ◦ blue 10

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

Shades of Olive Drab #58880A

Tints of Olive Drab #58880A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 58.12%

 BLUE value IS 10 (4.3% from 255) = 4.27%

R = 37.61%
G = 58.12%
B = 4.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#58880A (or 0x58880A) is known color: Olive Drab. HEX triplet: 58, 88 and 0A. RGB value is (88,136,10). Sum of RGB (Red+Green+Blue) = 88+136+10=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #58880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58880A is #A777F5. Grayscale: #6B6B6B. Windows color (decimal): -10975222 or 690264. OLE color: 690264.

HSL color Cylindrical-coordinate representation of color #58880A: hue angle of 82.86º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #58880A is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 136 10 -
CMYK 0.35 0 0.93 0.47
HSL 82.86º 0.86% 0.29% -
HSV(B) 82.86º 0.93% 0.53% -
XYZ 12.88 19.7 3.41 -
YUV 107.28 73.1 114.25 -
System Red Green Blue C M Y K H S L
Decimal 88 136 10 0.35 0 0.93 0.47 82.86 0.86 0.29
Hex 58 88 A 23 0 5D 2F 53 56 1D
Octal 130 210 12 43 0 135 57 123 126 35
Binary 1011000 10001000 1010 100011 0 1011101 101111 1010011 1010110 11101

Color Harmonies of #58880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58880A

Black with #58880A

Text Example


Text Example

White with #58880A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58880A; }

 p { color: rgb(88,136,10); }

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

background-color css

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

 a { background-color: rgb(88,136,10); }

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

border-color css

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

 span { border-color: rgb(88,136,10); }

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