Html Css Color HEX #648C07 Olive Drab

📋 copy color: '#648C07'

red 100 ◦ green 140 ◦ blue 7

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

Shades of Olive Drab #648C07

Tints of Olive Drab #648C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.83%

R = 40.49%
G = 56.68%
B = 2.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.45

RGB Variations

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

Color information

#648C07 (or 0x648C07) is known color: Olive Drab. HEX triplet: 64, 8C and 07. RGB value is (100,140,7). Sum of RGB (Red+Green+Blue) = 100+140+7=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 140 (55.08% from 255 or 56.68% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 140 - color contains mainly: green. Hex color #648C07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648C07 is #9B73F8. Grayscale: #717171. Windows color (decimal): -10187769 or 494692. OLE color: 494692.

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

Color convert

RGB 100 140 7 -
CMYK 0.29 0 0.95 0.45
HSL 78.05º 0.9% 0.29% -
HSV(B) 78.05º 0.95% 0.55% -
XYZ 14.67 21.48 3.57 -
YUV 112.88 68.25 118.81 -
System Red Green Blue C M Y K H S L
Decimal 100 140 7 0.29 0 0.95 0.45 78.05 0.9 0.29
Hex 64 8C 7 1D 0 5F 2D 4E 5A 1D
Octal 144 214 7 35 0 137 55 116 132 35
Binary 1100100 10001100 111 11101 0 1011111 101101 1001110 1011010 11101

Color Harmonies of #648C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648C07

Black with #648C07

Text Example


Text Example

White with #648C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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