Html Css Color HEX #618412 Olive Drab

📋 copy color: '#618412'

red 97 ◦ green 132 ◦ blue 18

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

Shades of Olive Drab #618412

Tints of Olive Drab #618412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.44%

 BLUE value IS 18 (7.42% from 255) = 7.29%

R = 39.27%
G = 53.44%
B = 7.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#618412 (or 0x618412) is known color: Olive Drab. HEX triplet: 61, 84 and 12. RGB value is (97,132,18). Sum of RGB (Red+Green+Blue) = 97+132+18=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #618412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618412 is #9E7BED. Grayscale: #6C6C6C. Windows color (decimal): -10386414 or 1213537. OLE color: 1213537.

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

Color convert

RGB 97 132 18 -
CMYK 0.27 0 0.86 0.48
HSL 78.42º 0.76% 0.29% -
HSV(B) 78.42º 0.86% 0.52% -
XYZ 13.29 19.09 3.56 -
YUV 108.54 76.9 119.77 -
System Red Green Blue C M Y K H S L
Decimal 97 132 18 0.27 0 0.86 0.48 78.42 0.76 0.29
Hex 61 84 12 1B 0 56 30 4E 4C 1D
Octal 141 204 22 33 0 126 60 116 114 35
Binary 1100001 10000100 10010 11011 0 1010110 110000 1001110 1001100 11101

Color Harmonies of #618412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618412

Black with #618412

Text Example


Text Example

White with #618412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618412; }

 p { color: rgb(97,132,18); }

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

background-color css

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

 a { background-color: rgb(97,132,18); }

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

border-color css

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

 span { border-color: rgb(97,132,18); }

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