#697701

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

Shades of Olive #697701

Tints of Olive #697701

Color information

#697701 (or 0x697701) is unknown color: approx Olive. HEX triplet: 69, 77 and 01. RGB value is (105,119,1). Sum of RGB (Red+Green+Blue) = 105+119+1=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #697701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697701 is #9688FE. Grayscale: #656565. Windows color (decimal): -9865471 or 96105. OLE color: 96105.

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

Color convert

RGB1051191-
CMYK0.1200.990.53
HSL67.12º98.33%23.53%-
HSV(B)67.12º99.16%46.67%-
XYZ12.4316.22.5-
YUV101.3671.36130.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 119 (46.88% from 255) = 52.89%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=46.67%
G=52.89%
B=0.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10511910.1200.990.5367.1298.3323.53
Hex69771C06335436218
Octal15116711401436510314230
Binary1101001111011111100011000111101011000011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697701; }

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

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

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

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

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

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

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

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