Html Css Color HEX #648D10 Olive Drab

📋 copy color: '#648D10'

red 100 ◦ green 141 ◦ blue 16

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

Shades of Olive Drab #648D10

Tints of Olive Drab #648D10

RGB

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

 GREEN value IS 141 (55.47% from 255) = 54.86%

 BLUE value IS 16 (6.64% from 255) = 6.23%

R = 38.91%
G = 54.86%
B = 6.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#648D10 (or 0x648D10) is known color: Olive Drab. HEX triplet: 64, 8D and 10. RGB value is (100,141,16). Sum of RGB (Red+Green+Blue) = 100+141+16=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 141 (55.47% from 255 or 54.86% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 141 - color contains mainly: green. Hex color #648D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648D10 is #9B72EF. Grayscale: #727272. Windows color (decimal): -10187504 or 1084772. OLE color: 1084772.

HSL color Cylindrical-coordinate representation of color #648D10: hue angle of 79.68º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #648D10 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 141 16 -
CMYK 0.29 0 0.89 0.45
HSL 79.68º 0.8% 0.31% -
HSV(B) 79.68º 0.89% 0.55% -
XYZ 14.87 21.8 3.91 -
YUV 114.49 72.42 117.66 -
System Red Green Blue C M Y K H S L
Decimal 100 141 16 0.29 0 0.89 0.45 79.68 0.8 0.31
Hex 64 8D 10 1D 0 59 2D 50 50 1F
Octal 144 215 20 35 0 131 55 120 120 37
Binary 1100100 10001101 10000 11101 0 1011001 101101 1010000 1010000 11111

Color Harmonies of #648D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648D10

Black with #648D10

Text Example


Text Example

White with #648D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,141,16); }

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

background-color css

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

 a { background-color: rgb(100,141,16); }

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

border-color css

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

 span { border-color: rgb(100,141,16); }

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