#638103

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

Shades of Olive #638103

Tints of Olive #638103

Color information

#638103 (or 0x638103) is unknown color: approx Olive. HEX triplet: 63, 81 and 03. RGB value is (99,129,3). Sum of RGB (Red+Green+Blue) = 99+129+3=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #638103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638103 is #9C7EFC. Grayscale: #6A6A6A. Windows color (decimal): -10256125 or 229731. OLE color: 229731.

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

Color convert

RGB991293-
CMYK0.2300.980.49
HSL74.29º95.45%25.88%-
HSV(B)74.29º97.67%50.59%-
XYZ13.0118.362.94-
YUV105.6770.06123.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.86%
GREEN value IS 129 (50.78% from 255) = 55.84%
BLUE value IS 3 (1.56% from 255) = 1.30%
R=42.86%
G=55.84%
B=1.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9912930.2300.980.4974.2995.4525.88
Hex6381317062314a5f1a
Octal14320132701426111213732
Binary1100011100000011110111011000101100011001010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638103; }

 p { color: rgb(99,129,3); }

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

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

 a { background-color: rgb(99,129,3); }

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

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

 span { border-color: rgb(99,129,3); }

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