Html Css Color HEX #648614 Olive Drab

📋 copy color: '#648614'

red 100 ◦ green 134 ◦ blue 20

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

Shades of Olive Drab #648614

Tints of Olive Drab #648614

RGB

 RED value IS 100 (39.45% from 255) = 39.37%

 GREEN value IS 134 (52.73% from 255) = 52.76%

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

R = 39.37%
G = 52.76%
B = 7.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#648614 (or 0x648614) is known color: Olive Drab. HEX triplet: 64, 86 and 14. RGB value is (100,134,20). Sum of RGB (Red+Green+Blue) = 100+134+20=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #648614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648614 is #9B79EB. Grayscale: #6F6F6F. Windows color (decimal): -10189292 or 1345124. OLE color: 1345124.

HSL color Cylindrical-coordinate representation of color #648614: hue angle of 77.89º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #648614 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 134 20 -
CMYK 0.25 0 0.85 0.47
HSL 77.89º 0.74% 0.3% -
HSV(B) 77.89º 0.85% 0.53% -
XYZ 13.91 19.81 3.75 -
YUV 110.84 76.74 120.27 -
System Red Green Blue C M Y K H S L
Decimal 100 134 20 0.25 0 0.85 0.47 77.89 0.74 0.3
Hex 64 86 14 19 0 55 2F 4E 4A 1E
Octal 144 206 24 31 0 125 57 116 112 36
Binary 1100100 10000110 10100 11001 0 1010101 101111 1001110 1001010 11110

Color Harmonies of #648614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648614

Black with #648614

Text Example


Text Example

White with #648614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648614; }

 p { color: rgb(100,134,20); }

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

background-color css

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

 a { background-color: rgb(100,134,20); }

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

border-color css

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

 span { border-color: rgb(100,134,20); }

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