#697B08

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

Shades of Olive #697B08

Tints of Olive #697B08

Color information

#697B08 (or 0x697B08) is unknown color: approx Olive. HEX triplet: 69, 7B and 08. RGB value is (105,123,8). Sum of RGB (Red+Green+Blue) = 105+123+8=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 123 (48.44% from 255 or 52.12% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 123 - color contains mainly: green. Hex color #697B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697B08 is #9684F7. Grayscale: #686868. Windows color (decimal): -9864440 or 555881. OLE color: 555881.

HSL color Cylindrical-coordinate representation of color #697B08: hue angle of 69.39º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #697B08 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB1051238-
CMYK0.1500.930.52
HSL69.39º87.79%25.69%-
HSV(B)69.39º93.5%48.24%-
XYZ12.9517.192.86-
YUV104.5173.54128.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.49%
GREEN value IS 123 (48.44% from 255) = 52.12%
BLUE value IS 8 (3.52% from 255) = 3.39%
R=44.49%
G=52.12%
B=3.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10512380.1500.930.5269.3987.7925.69
Hex697B8F05D3445581a
Octal151173101701356410513032
Binary1101001111101110001111010111011101001000101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697B08; }

 p { color: rgb(105,123,8); }

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

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

 a { background-color: rgb(105,123,8); }

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

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

 span { border-color: rgb(105,123,8); }

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