#618A04

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

Shades of Olive Drab #618A04

Tints of Olive Drab #618A04

Color information

#618A04 (or 0x618A04) is unknown color: approx Olive Drab. HEX triplet: 61, 8A and 04. RGB value is (97,138,4). Sum of RGB (Red+Green+Blue) = 97+138+4=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 138 (54.30% from 255 or 57.74% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 138 - color contains mainly: green. Hex color #618A04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618A04 is #9E75FB. Grayscale: #6E6E6E. Windows color (decimal): -10384892 or 297569. OLE color: 297569.

HSL color Cylindrical-coordinate representation of color #618A04: hue angle of 78.36º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #618A04 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB971384-
CMYK0.3000.970.46
HSL78.36º94.37%27.84%-
HSV(B)78.36º97.1%54.12%-
XYZ14.0420.733.38-
YUV110.4667.92118.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.59%
GREEN value IS 138 (54.30% from 255) = 57.74%
BLUE value IS 4 (1.95% from 255) = 1.67%
R=40.59%
G=57.74%
B=1.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9713840.3000.970.4678.3694.3727.84
Hex618A41E0612E4e5e1c
Octal14121243601415611613634
Binary11000011000101010011110011000011011101001110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618A04; }

 p { color: rgb(97,138,4); }

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

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

 a { background-color: rgb(97,138,4); }

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

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

 span { border-color: rgb(97,138,4); }

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