Html Css Color HEX #609014 Olive Drab

📋 copy color: '#609014'

red 96 ◦ green 144 ◦ blue 20

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

Shades of Olive Drab #609014

Tints of Olive Drab #609014

RGB

 RED value IS 96 (37.89% from 255) = 36.92%

 GREEN value IS 144 (56.64% from 255) = 55.38%

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

R = 36.92%
G = 55.38%
B = 7.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#609014 (or 0x609014) is known color: Olive Drab. HEX triplet: 60, 90 and 14. RGB value is (96,144,20). Sum of RGB (Red+Green+Blue) = 96+144+20=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 144 (56.64% from 255 or 55.38% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 144 - color contains mainly: green. Hex color #609014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609014 is #9F6FEB. Grayscale: #737373. Windows color (decimal): -10448876 or 1347680. OLE color: 1347680.

HSL color Cylindrical-coordinate representation of color #609014: hue angle of 83.23º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #609014 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 144 20 -
CMYK 0.33 0 0.86 0.44
HSL 83.23º 0.76% 0.32% -
HSV(B) 83.23º 0.86% 0.56% -
XYZ 14.92 22.48 4.22 -
YUV 115.51 74.1 114.08 -
System Red Green Blue C M Y K H S L
Decimal 96 144 20 0.33 0 0.86 0.44 83.23 0.76 0.32
Hex 60 90 14 21 0 56 2C 53 4C 20
Octal 140 220 24 41 0 126 54 123 114 40
Binary 1100000 10010000 10100 100001 0 1010110 101100 1010011 1001100 100000

Color Harmonies of #609014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609014

Black with #609014

Text Example


Text Example

White with #609014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609014; }

 p { color: rgb(96,144,20); }

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

background-color css

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

 a { background-color: rgb(96,144,20); }

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

border-color css

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

 span { border-color: rgb(96,144,20); }

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