Html Css Color HEX #648206 Olive Drab

📋 copy color: '#648206'

red 100 ◦ green 130 ◦ blue 6

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

Shades of Olive Drab #648206

Tints of Olive Drab #648206

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.08%

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

R = 42.37%
G = 55.08%
B = 2.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#648206 (or 0x648206) is known color: Olive Drab. HEX triplet: 64, 82 and 06. RGB value is (100,130,6). Sum of RGB (Red+Green+Blue) = 100+130+6=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #648206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648206 is #9B7DF9. Grayscale: #6B6B6B. Windows color (decimal): -10190330 or 426596. OLE color: 426596.

HSL color Cylindrical-coordinate representation of color #648206: hue angle of 74.52º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #648206 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 130 6 -
CMYK 0.23 0 0.95 0.49
HSL 74.52º 0.91% 0.27% -
HSV(B) 74.52º 0.95% 0.51% -
XYZ 13.27 18.69 3.08 -
YUV 106.89 71.06 123.08 -
System Red Green Blue C M Y K H S L
Decimal 100 130 6 0.23 0 0.95 0.49 74.52 0.91 0.27
Hex 64 82 6 17 0 5F 31 4B 5B 1B
Octal 144 202 6 27 0 137 61 113 133 33
Binary 1100100 10000010 110 10111 0 1011111 110001 1001011 1011011 11011

Color Harmonies of #648206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648206

Black with #648206

Text Example


Text Example

White with #648206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648206; }

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

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

background-color css

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

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

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

border-color css

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

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

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