Html Css Color HEX #61850E Olive Drab

📋 copy color: '#61850E'

red 97 ◦ green 133 ◦ blue 14

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

Shades of Olive Drab #61850E

Tints of Olive Drab #61850E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.51%

 BLUE value IS 14 (5.86% from 255) = 5.74%

R = 39.75%
G = 54.51%
B = 5.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#61850E (or 0x61850E) is known color: Olive Drab. HEX triplet: 61, 85 and 0E. RGB value is (97,133,14). Sum of RGB (Red+Green+Blue) = 97+133+14=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #61850E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61850E is #9E7AF1. Grayscale: #6D6D6D. Windows color (decimal): -10386162 or 951649. OLE color: 951649.

HSL color Cylindrical-coordinate representation of color #61850E: hue angle of 78.15º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61850E is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 133 14 -
CMYK 0.27 0 0.89 0.48
HSL 78.15º 0.81% 0.29% -
HSV(B) 78.15º 0.89% 0.52% -
XYZ 13.4 19.35 3.44 -
YUV 108.67 74.57 119.68 -
System Red Green Blue C M Y K H S L
Decimal 97 133 14 0.27 0 0.89 0.48 78.15 0.81 0.29
Hex 61 85 E 1B 0 59 30 4E 51 1D
Octal 141 205 16 33 0 131 60 116 121 35
Binary 1100001 10000101 1110 11011 0 1011001 110000 1001110 1010001 11101

Color Harmonies of #61850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61850E

Black with #61850E

Text Example


Text Example

White with #61850E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61850E; }

 p { color: rgb(97,133,14); }

 H1.HeaderClassName
 {
   color: #61850E;
 }
 .AnyTagClassName
 {
   color: #61850E;
 }
</style>

background-color css

<style>
 a { background-color: #61850E; }

 a { background-color: rgb(97,133,14); }

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

border-color css

<style>
 span { border-color: #61850E; }

 span { border-color: rgb(97,133,14); }

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