Html Css Color HEX #648F04 Olive Drab

📋 copy color: '#648F04'

red 100 ◦ green 143 ◦ blue 4

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

Shades of Olive Drab #648F04

Tints of Olive Drab #648F04

RGB

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

 GREEN value IS 143 (56.25% from 255) = 57.89%

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

R = 40.49%
G = 57.89%
B = 1.62%

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

#648F04 (or 0x648F04) is known color: Olive Drab. HEX triplet: 64, 8F and 04. RGB value is (100,143,4). Sum of RGB (Red+Green+Blue) = 100+143+4=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 143 (56.25% from 255 or 57.89% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 143 - color contains mainly: green. Hex color #648F04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648F04 is #9B70FB. Grayscale: #727272. Windows color (decimal): -10187004 or 298852. OLE color: 298852.

HSL color Cylindrical-coordinate representation of color #648F04: hue angle of 78.56º 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 #648F04 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 143 4 -
CMYK 0.30 0 0.97 0.44
HSL 78.56º 0.95% 0.29% -
HSV(B) 78.56º 0.97% 0.56% -
XYZ 15.1 22.36 3.64 -
YUV 114.3 65.75 117.8 -
System Red Green Blue C M Y K H S L
Decimal 100 143 4 0.30 0 0.97 0.44 78.56 0.95 0.29
Hex 64 8F 4 1E 0 61 2C 4F 5F 1D
Octal 144 217 4 36 0 141 54 117 137 35
Binary 1100100 10001111 100 11110 0 1100001 101100 1001111 1011111 11101

Color Harmonies of #648F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648F04

Black with #648F04

Text Example


Text Example

White with #648F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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