Html Css Color HEX #648800 Olive Drab

📋 copy color: '#648800'

red 100 ◦ green 136 ◦ blue 0

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

Shades of Olive Drab #648800

Tints of Olive Drab #648800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 57.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.37%
G = 57.63%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#648800 (or 0x648800) is known color: Olive Drab. HEX triplet: 64, 88 and 00. RGB value is (100,136,0). Sum of RGB (Red+Green+Blue) = 100+136+0=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 136 (53.52% from 255 or 57.63% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 136 - color contains mainly: green. Hex color #648800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648800 is #9B77FF. Grayscale: #6E6E6E. Windows color (decimal): -10188800 or 34916. OLE color: 34916.

HSL color Cylindrical-coordinate representation of color #648800: hue angle of 75.88º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #648800 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 136 0 -
CMYK 0.26 0 1 0.47
HSL 75.88º 1% 0.27% -
HSV(B) 75.88º 1% 0.53% -
XYZ 14.06 20.32 3.18 -
YUV 109.73 66.07 121.06 -
System Red Green Blue C M Y K H S L
Decimal 100 136 0 0.26 0 1 0.47 75.88 1 0.27
Hex 64 88 0 1A 0 64 2F 4C 64 1B
Octal 144 210 0 32 0 144 57 114 144 33
Binary 1100100 10001000 0 11010 0 1100100 101111 1001100 1100100 11011

Color Harmonies of #648800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648800

Black with #648800

Text Example


Text Example

White with #648800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648800; }

 p { color: rgb(100,136,0); }

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

background-color css

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

 a { background-color: rgb(100,136,0); }

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

border-color css

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

 span { border-color: rgb(100,136,0); }

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