Html Css Color HEX #618112 Olive Drab

📋 copy color: '#618112'

red 97 ◦ green 129 ◦ blue 18

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

Shades of Olive Drab #618112

Tints of Olive Drab #618112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.87%

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

R = 39.75%
G = 52.87%
B = 7.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#618112 (or 0x618112) is known color: Olive Drab. HEX triplet: 61, 81 and 12. RGB value is (97,129,18). Sum of RGB (Red+Green+Blue) = 97+129+18=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 129 (50.78% from 255 or 52.87% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 129 - color contains mainly: green. Hex color #618112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618112 is #9E7EED. Grayscale: #6B6B6B. Windows color (decimal): -10387182 or 1212769. OLE color: 1212769.

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

Color convert

RGB 97 129 18 -
CMYK 0.25 0 0.86 0.49
HSL 77.3º 0.76% 0.29% -
HSV(B) 77.3º 0.86% 0.51% -
XYZ 12.89 18.29 3.42 -
YUV 106.78 77.9 121.03 -
System Red Green Blue C M Y K H S L
Decimal 97 129 18 0.25 0 0.86 0.49 77.3 0.76 0.29
Hex 61 81 12 19 0 56 31 4D 4C 1D
Octal 141 201 22 31 0 126 61 115 114 35
Binary 1100001 10000001 10010 11001 0 1010110 110001 1001101 1001100 11101

Color Harmonies of #618112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618112

Black with #618112

Text Example


Text Example

White with #618112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618112; }

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

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

background-color css

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

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

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

border-color css

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

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

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