Html Css Color HEX #648D07 Olive Drab

📋 copy color: '#648D07'

red 100 ◦ green 141 ◦ blue 7

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

Shades of Olive Drab #648D07

Tints of Olive Drab #648D07

RGB

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

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

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

R = 40.32%
G = 56.85%
B = 2.82%

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

#648D07 (or 0x648D07) is known color: Olive Drab. HEX triplet: 64, 8D and 07. RGB value is (100,141,7). Sum of RGB (Red+Green+Blue) = 100+141+7=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 141 (55.47% from 255 or 56.85% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 141 - color contains mainly: green. Hex color #648D07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648D07 is #9B72F8. Grayscale: #717171. Windows color (decimal): -10187513 or 494948. OLE color: 494948.

HSL color Cylindrical-coordinate representation of color #648D07: hue angle of 78.36º degrees, saturation: 0.91, 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 #648D07 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 141 7 -
CMYK 0.29 0 0.95 0.45
HSL 78.36º 0.91% 0.29% -
HSV(B) 78.36º 0.95% 0.55% -
XYZ 14.82 21.77 3.62 -
YUV 113.47 67.92 118.4 -
System Red Green Blue C M Y K H S L
Decimal 100 141 7 0.29 0 0.95 0.45 78.36 0.91 0.29
Hex 64 8D 7 1D 0 5F 2D 4E 5B 1D
Octal 144 215 7 35 0 137 55 116 133 35
Binary 1100100 10001101 111 11101 0 1011111 101101 1001110 1011011 11101

Color Harmonies of #648D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648D07

Black with #648D07

Text Example


Text Example

White with #648D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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