#699876

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

Shades of Oxley #699876

Tints of Oxley #699876

Color information

#699876 (or 0x699876) is unknown color: approx Oxley. HEX triplet: 69, 98 and 76. RGB value is (105,152,118). Sum of RGB (Red+Green+Blue) = 105+152+118=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #699876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699876 is #966789. Grayscale: #868686. Windows color (decimal): -9856906 or 7772265. OLE color: 7772265.

HSL color Cylindrical-coordinate representation of color #699876: hue angle of 136.6º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699876 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB105152118-
CMYK0.3100.220.40
HSL136.6º18.58%50.39%-
HSV(B)136.6º30.92%59.61%-
XYZ20.3226.7721.24-
YUV134.07118.93107.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28%
GREEN value IS 152 (59.77% from 255) = 40.53%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=28%
G=40.53%
B=31.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051521180.3100.220.40136.618.5850.39
Hex6998761F01628891332
Octal15123016637026502112362
Binary1101001100110001110110111110101101010001000100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699876; }

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

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

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

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

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

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

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

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