#699476

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

Shades of Oxley #699476

Tints of Oxley #699476

Color information

#699476 (or 0x699476) is unknown color: approx Oxley. HEX triplet: 69, 94 and 76. RGB value is (105,148,118). Sum of RGB (Red+Green+Blue) = 105+148+118=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #699476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699476 is #966B89. Grayscale: #838383. Windows color (decimal): -9857930 or 7771241. OLE color: 7771241.

HSL color Cylindrical-coordinate representation of color #699476: hue angle of 138.14º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699476 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB105148118-
CMYK0.2900.200.42
HSL138.14º17%49.61%-
HSV(B)138.14º29.05%58.04%-
XYZ19.6925.4921.02-
YUV131.72120.25108.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.30%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=28.30%
G=39.89%
B=31.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051481180.2900.200.42138.141749.61
Hex6994761D0142A8a1132
Octal15122416635024522122162
Binary1101001100101001110110111010101001010101000101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699476; }

 p { color: rgb(105,148,118); }

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

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

 a { background-color: rgb(105,148,118); }

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

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

 span { border-color: rgb(105,148,118); }

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