#638406

Color #638406 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #638406

Tints of Olive Drab #638406

Color information

#638406 (or 0x638406) is unknown color: approx Olive Drab. HEX triplet: 63, 84 and 06. RGB value is (99,132,6). Sum of RGB (Red+Green+Blue) = 99+132+6=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #638406 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638406 is #9C7BF9. Grayscale: #6C6C6C. Windows color (decimal): -10255354 or 427107. OLE color: 427107.

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

Color convert

RGB991326-
CMYK0.2500.950.48
HSL75.71º91.3%27.06%-
HSV(B)75.71º95.45%51.76%-
XYZ13.4319.173.16-
YUV107.7770.57121.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.77%
GREEN value IS 132 (51.95% from 255) = 55.70%
BLUE value IS 6 (2.73% from 255) = 2.53%
R=41.77%
G=55.70%
B=2.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9913260.2500.950.4875.7191.327.06
Hex638461905F304c5b1b
Octal14320463101376011413333
Binary11000111000010011011001010111111100001001100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638406; }

 p { color: rgb(99,132,6); }

 H1.HeaderClassName
 {
   color: #638406;
 }
 .AnyTagClassName
 {
   color: #638406;
 }
</style>
background-color css

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

 a { background-color: rgb(99,132,6); }

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

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

 span { border-color: rgb(99,132,6); }

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