Html Css Color HEX #61860D Olive Drab

📋 copy color: '#61860D'

red 97 ◦ green 134 ◦ blue 13

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

Shades of Olive Drab #61860D

Tints of Olive Drab #61860D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.92%

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

R = 39.75%
G = 54.92%
B = 5.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#61860D (or 0x61860D) is known color: Olive Drab. HEX triplet: 61, 86 and 0D. RGB value is (97,134,13). Sum of RGB (Red+Green+Blue) = 97+134+13=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #61860D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61860D is #9E79F2. Grayscale: #6D6D6D. Windows color (decimal): -10385907 or 886369. OLE color: 886369.

HSL color Cylindrical-coordinate representation of color #61860D: hue angle of 78.35º 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 #61860D is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 134 13 -
CMYK 0.28 0 0.90 0.47
HSL 78.35º 0.82% 0.29% -
HSV(B) 78.35º 0.9% 0.53% -
XYZ 13.53 19.62 3.45 -
YUV 109.14 73.74 119.34 -
System Red Green Blue C M Y K H S L
Decimal 97 134 13 0.28 0 0.90 0.47 78.35 0.82 0.29
Hex 61 86 D 1C 0 5A 2F 4E 52 1D
Octal 141 206 15 34 0 132 57 116 122 35
Binary 1100001 10000110 1101 11100 0 1011010 101111 1001110 1010010 11101

Color Harmonies of #61860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61860D

Black with #61860D

Text Example


Text Example

White with #61860D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,134,13); }

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

background-color css

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

 a { background-color: rgb(97,134,13); }

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

border-color css

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

 span { border-color: rgb(97,134,13); }

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