Html Css Color HEX #648214 Olive Drab

📋 copy color: '#648214'

red 100 ◦ green 130 ◦ blue 20

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

Shades of Olive Drab #648214

Tints of Olive Drab #648214

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52%

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

R = 40%
G = 52%
B = 8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#648214 (or 0x648214) is known color: Olive Drab. HEX triplet: 64, 82 and 14. RGB value is (100,130,20). Sum of RGB (Red+Green+Blue) = 100+130+20=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #648214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648214 is #9B7DEB. Grayscale: #6C6C6C. Windows color (decimal): -10190316 or 1344100. OLE color: 1344100.

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

Color convert

RGB 100 130 20 -
CMYK 0.23 0 0.85 0.49
HSL 76.36º 0.73% 0.29% -
HSV(B) 76.36º 0.85% 0.51% -
XYZ 13.36 18.73 3.57 -
YUV 108.49 78.06 121.94 -
System Red Green Blue C M Y K H S L
Decimal 100 130 20 0.23 0 0.85 0.49 76.36 0.73 0.29
Hex 64 82 14 17 0 55 31 4C 49 1D
Octal 144 202 24 27 0 125 61 114 111 35
Binary 1100100 10000010 10100 10111 0 1010101 110001 1001100 1001001 11101

Color Harmonies of #648214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648214

Black with #648214

Text Example


Text Example

White with #648214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648214; }

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

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

background-color css

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

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

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

border-color css

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

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

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