Html Css Color HEX #648E04 Olive Drab

📋 copy color: '#648E04'

red 100 ◦ green 142 ◦ blue 4

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

Shades of Olive Drab #648E04

Tints of Olive Drab #648E04

RGB

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

 GREEN value IS 142 (55.86% from 255) = 57.72%

 BLUE value IS 4 (1.95% from 255) = 1.63%

R = 40.65%
G = 57.72%
B = 1.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#648E04 (or 0x648E04) is known color: Olive Drab. HEX triplet: 64, 8E and 04. RGB value is (100,142,4). Sum of RGB (Red+Green+Blue) = 100+142+4=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 142 (55.86% from 255 or 57.72% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 142 - color contains mainly: green. Hex color #648E04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648E04 is #9B71FB. Grayscale: #727272. Windows color (decimal): -10187260 or 298596. OLE color: 298596.

HSL color Cylindrical-coordinate representation of color #648E04: hue angle of 78.26º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #648E04 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 142 4 -
CMYK 0.30 0 0.97 0.44
HSL 78.26º 0.95% 0.29% -
HSV(B) 78.26º 0.97% 0.56% -
XYZ 14.95 22.06 3.59 -
YUV 113.71 66.09 118.22 -
System Red Green Blue C M Y K H S L
Decimal 100 142 4 0.30 0 0.97 0.44 78.26 0.95 0.29
Hex 64 8E 4 1E 0 61 2C 4E 5F 1D
Octal 144 216 4 36 0 141 54 116 137 35
Binary 1100100 10001110 100 11110 0 1100001 101100 1001110 1011111 11101

Color Harmonies of #648E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648E04

Black with #648E04

Text Example


Text Example

White with #648E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,142,4); }

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

background-color css

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

 a { background-color: rgb(100,142,4); }

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

border-color css

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

 span { border-color: rgb(100,142,4); }

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