Html Css Color HEX #648C04 Olive Drab

📋 copy color: '#648C04'

red 100 ◦ green 140 ◦ blue 4

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

Shades of Olive Drab #648C04

Tints of Olive Drab #648C04

RGB

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

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

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

R = 40.98%
G = 57.38%
B = 1.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#648C04 (or 0x648C04) is known color: Olive Drab. HEX triplet: 64, 8C and 04. RGB value is (100,140,4). Sum of RGB (Red+Green+Blue) = 100+140+4=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 140 (55.08% from 255 or 57.38% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 140 - color contains mainly: green. Hex color #648C04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648C04 is #9B73FB. Grayscale: #717171. Windows color (decimal): -10187772 or 298084. OLE color: 298084.

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

Color convert

RGB 100 140 4 -
CMYK 0.29 0 0.97 0.45
HSL 77.65º 0.94% 0.28% -
HSV(B) 77.65º 0.97% 0.55% -
XYZ 14.66 21.47 3.49 -
YUV 112.54 66.75 119.06 -
System Red Green Blue C M Y K H S L
Decimal 100 140 4 0.29 0 0.97 0.45 77.65 0.94 0.28
Hex 64 8C 4 1D 0 61 2D 4E 5E 1C
Octal 144 214 4 35 0 141 55 116 136 34
Binary 1100100 10001100 100 11101 0 1100001 101101 1001110 1011110 11100

Color Harmonies of #648C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648C04

Black with #648C04

Text Example


Text Example

White with #648C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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