Html Css Color HEX #609414 Olive Drab

📋 copy color: '#609414'

red 96 ◦ green 148 ◦ blue 20

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

Shades of Olive Drab #609414

Tints of Olive Drab #609414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.06%

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

R = 36.36%
G = 56.06%
B = 7.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#609414 (or 0x609414) is known color: Olive Drab. HEX triplet: 60, 94 and 14. RGB value is (96,148,20). Sum of RGB (Red+Green+Blue) = 96+148+20=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #609414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609414 is #9F6BEB. Grayscale: #767676. Windows color (decimal): -10447852 or 1348704. OLE color: 1348704.

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

Color convert

RGB 96 148 20 -
CMYK 0.35 0 0.86 0.42
HSL 84.38º 0.76% 0.33% -
HSV(B) 84.38º 0.86% 0.58% -
XYZ 15.54 23.72 4.42 -
YUV 117.86 72.77 112.41 -
System Red Green Blue C M Y K H S L
Decimal 96 148 20 0.35 0 0.86 0.42 84.38 0.76 0.33
Hex 60 94 14 23 0 56 2A 54 4C 21
Octal 140 224 24 43 0 126 52 124 114 41
Binary 1100000 10010100 10100 100011 0 1010110 101010 1010100 1001100 100001

Color Harmonies of #609414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609414

Black with #609414

Text Example


Text Example

White with #609414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609414; }

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

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

background-color css

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

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

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

border-color css

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

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

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