Html Css Color HEX #648606 Olive Drab

📋 copy color: '#648606'

red 100 ◦ green 134 ◦ blue 6

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

Shades of Olive Drab #648606

Tints of Olive Drab #648606

RGB

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

 GREEN value IS 134 (52.73% from 255) = 55.83%

 BLUE value IS 6 (2.73% from 255) = 2.5%

R = 41.67%
G = 55.83%
B = 2.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#648606 (or 0x648606) is known color: Olive Drab. HEX triplet: 64, 86 and 06. RGB value is (100,134,6). Sum of RGB (Red+Green+Blue) = 100+134+6=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 134 (52.73% from 255 or 55.83% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 134 - color contains mainly: green. Hex color #648606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648606 is #9B79F9. Grayscale: #6D6D6D. Windows color (decimal): -10189306 or 427620. OLE color: 427620.

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

Color convert

RGB 100 134 6 -
CMYK 0.25 0 0.96 0.47
HSL 75.94º 0.91% 0.27% -
HSV(B) 75.94º 0.96% 0.53% -
XYZ 13.81 19.77 3.26 -
YUV 109.24 69.74 121.41 -
System Red Green Blue C M Y K H S L
Decimal 100 134 6 0.25 0 0.96 0.47 75.94 0.91 0.27
Hex 64 86 6 19 0 60 2F 4C 5B 1B
Octal 144 206 6 31 0 140 57 114 133 33
Binary 1100100 10000110 110 11001 0 1100000 101111 1001100 1011011 11011

Color Harmonies of #648606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648606

Black with #648606

Text Example


Text Example

White with #648606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648606; }

 p { color: rgb(100,134,6); }

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

background-color css

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

 a { background-color: rgb(100,134,6); }

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

border-color css

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

 span { border-color: rgb(100,134,6); }

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