#697304

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

Shades of Olive #697304

Tints of Olive #697304

Color information

#697304 (or 0x697304) is unknown color: approx Olive. HEX triplet: 69, 73 and 04. RGB value is (105,115,4). Sum of RGB (Red+Green+Blue) = 105+115+4=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #697304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697304 is #968CFB. Grayscale: #636363. Windows color (decimal): -9866492 or 291689. OLE color: 291689.

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

Color convert

RGB1051154-
CMYK0.0900.970.55
HSL65.41º93.28%23.33%-
HSV(B)65.41º96.52%45.1%-
XYZ11.9815.272.43-
YUV99.3674.19132.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.88%
GREEN value IS 115 (45.31% from 255) = 51.34%
BLUE value IS 4 (1.95% from 255) = 1.79%
R=46.88%
G=51.34%
B=1.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10511540.0900.970.5565.4193.2823.33
Hex69734906137415d17
Octal15116341101416710113527
Binary110100111100111001001011000011101111000001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697304; }

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

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

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

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

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

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

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

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