Html Css Color HEX #61870F Olive Drab

📋 copy color: '#61870F'

red 97 ◦ green 135 ◦ blue 15

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

Shades of Olive Drab #61870F

Tints of Olive Drab #61870F

RGB

 RED value IS 97 (38.28% from 255) = 39.27%

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

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

R = 39.27%
G = 54.66%
B = 6.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#61870F (or 0x61870F) is known color: Olive Drab. HEX triplet: 61, 87 and 0F. RGB value is (97,135,15). Sum of RGB (Red+Green+Blue) = 97+135+15=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #61870F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61870F is #9E78F0. Grayscale: #6E6E6E. Windows color (decimal): -10385649 or 1017697. OLE color: 1017697.

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

Color convert

RGB 97 135 15 -
CMYK 0.28 0 0.89 0.47
HSL 79º 0.8% 0.29% -
HSV(B) 79º 0.89% 0.53% -
XYZ 13.68 19.9 3.57 -
YUV 109.96 74.41 118.76 -
System Red Green Blue C M Y K H S L
Decimal 97 135 15 0.28 0 0.89 0.47 79 0.8 0.29
Hex 61 87 F 1C 0 59 2F 4F 50 1D
Octal 141 207 17 34 0 131 57 117 120 35
Binary 1100001 10000111 1111 11100 0 1011001 101111 1001111 1010000 11101

Color Harmonies of #61870F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61870F

Black with #61870F

Text Example


Text Example

White with #61870F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,135,15); }

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

background-color css

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

 a { background-color: rgb(97,135,15); }

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

border-color css

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

 span { border-color: rgb(97,135,15); }

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