#608103

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

Shades of Olive Drab #608103

Tints of Olive Drab #608103

Color information

#608103 (or 0x608103) is unknown color: approx Olive Drab. HEX triplet: 60, 81 and 03. RGB value is (96,129,3). Sum of RGB (Red+Green+Blue) = 96+129+3=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 129 (50.78% from 255 or 56.58% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 129 - color contains mainly: green. Hex color #608103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608103 is #9F7EFC. Grayscale: #696969. Windows color (decimal): -10452733 or 229728. OLE color: 229728.

HSL color Cylindrical-coordinate representation of color #608103: hue angle of 75.71º 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 #608103 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB961293-
CMYK0.2600.980.49
HSL75.71º95.45%25.88%-
HSV(B)75.71º97.67%50.59%-
XYZ12.6918.192.93-
YUV104.7770.57121.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.11%
GREEN value IS 129 (50.78% from 255) = 56.58%
BLUE value IS 3 (1.56% from 255) = 1.32%
R=42.11%
G=56.58%
B=1.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9612930.2600.980.4975.7195.4525.88
Hex608131A062314c5f1a
Octal14020133201426111413732
Binary1100000100000011111010011000101100011001100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608103; }

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

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

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

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

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

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

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

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