#697702

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

Shades of Olive #697702

Tints of Olive #697702

Color information

#697702 (or 0x697702) is unknown color: approx Olive. HEX triplet: 69, 77 and 02. RGB value is (105,119,2). Sum of RGB (Red+Green+Blue) = 105+119+2=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #697702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697702 is #9688FD. Grayscale: #656565. Windows color (decimal): -9865470 or 161641. OLE color: 161641.

HSL color Cylindrical-coordinate representation of color #697702: hue angle of 67.18º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #697702 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB1051192-
CMYK0.1200.980.53
HSL67.18º96.69%23.73%-
HSV(B)67.18º98.32%46.67%-
XYZ12.4316.22.53-
YUV101.4871.86130.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.46%
GREEN value IS 119 (46.88% from 255) = 52.65%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=46.46%
G=52.65%
B=0.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10511920.1200.980.5367.1896.6923.73
Hex69772C06235436118
Octal15116721401426510314130
Binary11010011110111101100011000101101011000011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697702; }

 p { color: rgb(105,119,2); }

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

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

 a { background-color: rgb(105,119,2); }

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

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

 span { border-color: rgb(105,119,2); }

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