Html Css Color HEX #61861F Olive Drab

📋 copy color: '#61861F'

red 97 ◦ green 134 ◦ blue 31

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

Shades of Olive Drab #61861F

Tints of Olive Drab #61861F

RGB

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

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

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

R = 37.02%
G = 51.15%
B = 11.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#61861F (or 0x61861F) is known color: Olive Drab. HEX triplet: 61, 86 and 1F. RGB value is (97,134,31). Sum of RGB (Red+Green+Blue) = 97+134+31=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #61861F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61861F is #9E79E0. Grayscale: #6F6F6F. Windows color (decimal): -10385889 or 2066017. OLE color: 2066017.

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

Color convert

RGB 97 134 31 -
CMYK 0.28 0 0.77 0.47
HSL 81.55º 0.62% 0.32% -
HSV(B) 81.55º 0.77% 0.53% -
XYZ 13.7 19.69 4.37 -
YUV 111.2 82.74 117.88 -
System Red Green Blue C M Y K H S L
Decimal 97 134 31 0.28 0 0.77 0.47 81.55 0.62 0.32
Hex 61 86 1F 1C 0 4D 2F 52 3E 20
Octal 141 206 37 34 0 115 57 122 76 40
Binary 1100001 10000110 11111 11100 0 1001101 101111 1010010 111110 100000

Color Harmonies of #61861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61861F

Black with #61861F

Text Example


Text Example

White with #61861F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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