#618B05

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

Shades of Olive Drab #618B05

Tints of Olive Drab #618B05

Color information

#618B05 (or 0x618B05) is unknown color: approx Olive Drab. HEX triplet: 61, 8B and 05. RGB value is (97,139,5). Sum of RGB (Red+Green+Blue) = 97+139+5=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 139 (54.69% from 255 or 57.68% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 139 - color contains mainly: green. Hex color #618B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618B05 is #9E74FA. Grayscale: #6F6F6F. Windows color (decimal): -10384635 or 363361. OLE color: 363361.

HSL color Cylindrical-coordinate representation of color #618B05: hue angle of 78.81º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #618B05 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB971395-
CMYK0.3000.960.45
HSL78.81º93.06%28.24%-
HSV(B)78.81º96.4%54.51%-
XYZ14.1921.023.45-
YUV111.1768.09117.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.25%
GREEN value IS 139 (54.69% from 255) = 57.68%
BLUE value IS 5 (2.34% from 255) = 2.07%
R=40.25%
G=57.68%
B=2.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9713950.3000.960.4578.8193.0628.24
Hex618B51E0602D4f5d1c
Octal14121353601405511713534
Binary11000011000101110111110011000001011011001111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,139,5); }

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

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

 a { background-color: rgb(97,139,5); }

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

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

 span { border-color: rgb(97,139,5); }

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