#618103

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

Shades of Olive Drab #618103

Tints of Olive Drab #618103

Color information

#618103 (or 0x618103) is unknown color: approx Olive Drab. HEX triplet: 61, 81 and 03. RGB value is (97,129,3). Sum of RGB (Red+Green+Blue) = 97+129+3=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #618103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618103 is #9E7EFC. Grayscale: #696969. Windows color (decimal): -10387197 or 229729. OLE color: 229729.

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

Color convert

RGB971293-
CMYK0.2500.980.49
HSL75.24º95.45%25.88%-
HSV(B)75.24º97.67%50.59%-
XYZ12.818.252.93-
YUV105.0770.4122.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.36%
GREEN value IS 129 (50.78% from 255) = 56.33%
BLUE value IS 3 (1.56% from 255) = 1.31%
R=42.36%
G=56.33%
B=1.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9712930.2500.980.4975.2495.4525.88
Hex6181319062314b5f1a
Octal14120133101426111313732
Binary1100001100000011111001011000101100011001011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618103; }

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

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

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

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

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

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

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

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