Html Css Color HEX #648A14 Olive Drab

📋 copy color: '#648A14'

red 100 ◦ green 138 ◦ blue 20

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

Shades of Olive Drab #648A14

Tints of Olive Drab #648A14

RGB

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

 GREEN value IS 138 (54.3% from 255) = 53.49%

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

R = 38.76%
G = 53.49%
B = 7.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#648A14 (or 0x648A14) is known color: Olive Drab. HEX triplet: 64, 8A and 14. RGB value is (100,138,20). Sum of RGB (Red+Green+Blue) = 100+138+20=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 138 (54.30% from 255 or 53.49% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 138 - color contains mainly: green. Hex color #648A14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648A14 is #9B75EB. Grayscale: #717171. Windows color (decimal): -10188268 or 1346148. OLE color: 1346148.

HSL color Cylindrical-coordinate representation of color #648A14: hue angle of 79.32º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #648A14 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 138 20 -
CMYK 0.28 0 0.86 0.46
HSL 79.32º 0.75% 0.31% -
HSV(B) 79.32º 0.86% 0.54% -
XYZ 14.47 20.94 3.94 -
YUV 113.19 75.41 118.59 -
System Red Green Blue C M Y K H S L
Decimal 100 138 20 0.28 0 0.86 0.46 79.32 0.75 0.31
Hex 64 8A 14 1C 0 56 2E 4F 4B 1F
Octal 144 212 24 34 0 126 56 117 113 37
Binary 1100100 10001010 10100 11100 0 1010110 101110 1001111 1001011 11111

Color Harmonies of #648A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648A14

Black with #648A14

Text Example


Text Example

White with #648A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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