#697200

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

Shades of Olive #697200

Tints of Olive #697200

Color information

#697200 (or 0x697200) is unknown color: approx Olive. HEX triplet: 69, 72 and 00. RGB value is (105,114,0). Sum of RGB (Red+Green+Blue) = 105+114+0=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #697200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697200 is #968DFF. Grayscale: #626262. Windows color (decimal): -9866752 or 29289. OLE color: 29289.

HSL color Cylindrical-coordinate representation of color #697200: hue angle of 64.74º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #697200 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB1051140-
CMYK0.08010.55
HSL64.74º100%22.35%-
HSV(B)64.74º100%44.71%-
XYZ11.8415.042.28-
YUV98.3172.52132.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 114 (44.92% from 255) = 52.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.95%
G=52.05%
B=0%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10511400.08010.5564.7410022.35
Hex69720806437416416
Octal15116201001446710114426
Binary1101001111001001000011001001101111000001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697200; }

 p { color: rgb(105,114,0); }

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

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

 a { background-color: rgb(105,114,0); }

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

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

 span { border-color: rgb(105,114,0); }

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