Html Css Color HEX #648C0F Olive Drab

📋 copy color: '#648C0F'

red 100 ◦ green 140 ◦ blue 15

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

Shades of Olive Drab #648C0F

Tints of Olive Drab #648C0F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 54.9%

 BLUE value IS 15 (6.25% from 255) = 5.88%

R = 39.22%
G = 54.9%
B = 5.88%

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

#648C0F (or 0x648C0F) is known color: Olive Drab. HEX triplet: 64, 8C and 0F. RGB value is (100,140,15). Sum of RGB (Red+Green+Blue) = 100+140+15=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 140 (55.08% from 255 or 54.90% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 140 - color contains mainly: green. Hex color #648C0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648C0F is #9B73F0. Grayscale: #727272. Windows color (decimal): -10187761 or 1018980. OLE color: 1018980.

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

Color convert

RGB 100 140 15 -
CMYK 0.29 0 0.89 0.45
HSL 79.2º 0.81% 0.3% -
HSV(B) 79.2º 0.89% 0.55% -
XYZ 14.72 21.5 3.83 -
YUV 113.79 72.25 118.16 -
System Red Green Blue C M Y K H S L
Decimal 100 140 15 0.29 0 0.89 0.45 79.2 0.81 0.3
Hex 64 8C F 1D 0 59 2D 4F 51 1E
Octal 144 214 17 35 0 131 55 117 121 36
Binary 1100100 10001100 1111 11101 0 1011001 101101 1001111 1010001 11110

Color Harmonies of #648C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648C0F

Black with #648C0F

Text Example


Text Example

White with #648C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,140,15); }

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

background-color css

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

 a { background-color: rgb(100,140,15); }

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

border-color css

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

 span { border-color: rgb(100,140,15); }

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