#698606

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

Shades of Olive #698606

Tints of Olive #698606

Color information

#698606 (or 0x698606) is unknown color: approx Olive. HEX triplet: 69, 86 and 06. RGB value is (105,134,6). Sum of RGB (Red+Green+Blue) = 105+134+6=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #698606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698606 is #9679F9. Grayscale: #6F6F6F. Windows color (decimal): -9861626 or 427625. OLE color: 427625.

HSL color Cylindrical-coordinate representation of color #698606: hue angle of 73.59º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #698606 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1051346-
CMYK0.2200.960.47
HSL73.59º91.43%27.45%-
HSV(B)73.59º95.52%52.55%-
XYZ14.3820.073.29-
YUV110.7468.89123.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 134 (52.73% from 255) = 54.69%
BLUE value IS 6 (2.73% from 255) = 2.45%
R=42.86%
G=54.69%
B=2.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10513460.2200.960.4773.5991.4327.45
Hex69866160602F4a5b1b
Octal15120662601405711213333
Binary11010011000011011010110011000001011111001010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698606; }

 p { color: rgb(105,134,6); }

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

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

 a { background-color: rgb(105,134,6); }

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

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

 span { border-color: rgb(105,134,6); }

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