Html Css Color HEX #618014 Olive Drab

📋 copy color: '#618014'

red 97 ◦ green 128 ◦ blue 20

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

Shades of Olive Drab #618014

Tints of Olive Drab #618014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.24%

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 39.59%
G = 52.24%
B = 8.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#618014 (or 0x618014) is known color: Olive Drab. HEX triplet: 61, 80 and 14. RGB value is (97,128,20). Sum of RGB (Red+Green+Blue) = 97+128+20=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #618014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618014 is #9E7FEB. Grayscale: #6A6A6A. Windows color (decimal): -10387436 or 1343585. OLE color: 1343585.

HSL color Cylindrical-coordinate representation of color #618014: hue angle of 77.22º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #618014 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 128 20 -
CMYK 0.24 0 0.84 0.50
HSL 77.22º 0.73% 0.29% -
HSV(B) 77.22º 0.84% 0.5% -
XYZ 12.78 18.03 3.47 -
YUV 106.42 79.23 121.28 -
System Red Green Blue C M Y K H S L
Decimal 97 128 20 0.24 0 0.84 0.50 77.22 0.73 0.29
Hex 61 80 14 18 0 54 32 4D 49 1D
Octal 141 200 24 30 0 124 62 115 111 35
Binary 1100001 10000000 10100 11000 0 1010100 110010 1001101 1001001 11101

Color Harmonies of #618014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618014

Black with #618014

Text Example


Text Example

White with #618014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618014; }

 p { color: rgb(97,128,20); }

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

background-color css

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

 a { background-color: rgb(97,128,20); }

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

border-color css

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

 span { border-color: rgb(97,128,20); }

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