#697305

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

Shades of Olive #697305

Tints of Olive #697305

Color information

#697305 (or 0x697305) is unknown color: approx Olive. HEX triplet: 69, 73 and 05. RGB value is (105,115,5). Sum of RGB (Red+Green+Blue) = 105+115+5=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #697305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697305 is #968CFA. Grayscale: #636363. Windows color (decimal): -9866491 or 357225. OLE color: 357225.

HSL color Cylindrical-coordinate representation of color #697305: hue angle of 65.45º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #697305 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB1051155-
CMYK0.0900.960.55
HSL65.45º91.67%23.53%-
HSV(B)65.45º95.65%45.1%-
XYZ11.9815.282.46-
YUV99.4774.69131.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 115 (45.31% from 255) = 51.11%
BLUE value IS 5 (2.34% from 255) = 2.22%
R=46.67%
G=51.11%
B=2.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10511550.0900.960.5565.4591.6723.53
Hex69735906037415c18
Octal15116351101406710113430
Binary110100111100111011001011000001101111000001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697305; }

 p { color: rgb(105,115,5); }

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

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

 a { background-color: rgb(105,115,5); }

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

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

 span { border-color: rgb(105,115,5); }

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