Html Css Color HEX #60881F Olive Drab

📋 copy color: '#60881F'

red 96 ◦ green 136 ◦ blue 31

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

Shades of Olive Drab #60881F

Tints of Olive Drab #60881F

RGB

 RED value IS 96 (37.89% from 255) = 36.5%

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

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

R = 36.5%
G = 51.71%
B = 11.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#60881F (or 0x60881F) is known color: Olive Drab. HEX triplet: 60, 88 and 1F. RGB value is (96,136,31). Sum of RGB (Red+Green+Blue) = 96+136+31=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #60881F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60881F is #9F77E0. Grayscale: #707070. Windows color (decimal): -10450913 or 2066528. OLE color: 2066528.

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

Color convert

RGB 96 136 31 -
CMYK 0.29 0 0.77 0.47
HSL 82.86º 0.63% 0.33% -
HSV(B) 82.86º 0.77% 0.53% -
XYZ 13.88 20.19 4.46 -
YUV 112.07 82.25 116.54 -
System Red Green Blue C M Y K H S L
Decimal 96 136 31 0.29 0 0.77 0.47 82.86 0.63 0.33
Hex 60 88 1F 1D 0 4D 2F 53 3F 21
Octal 140 210 37 35 0 115 57 123 77 41
Binary 1100000 10001000 11111 11101 0 1001101 101111 1010011 111111 100001

Color Harmonies of #60881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60881F

Black with #60881F

Text Example


Text Example

White with #60881F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,136,31); }

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

background-color css

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

 a { background-color: rgb(96,136,31); }

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

border-color css

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

 span { border-color: rgb(96,136,31); }

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