#699871

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

Shades of Oxley #699871

Tints of Oxley #699871

Color information

#699871 (or 0x699871) is unknown color: approx Oxley. HEX triplet: 69, 98 and 71. RGB value is (105,152,113). Sum of RGB (Red+Green+Blue) = 105+152+113=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #699871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699871 is #96678E. Grayscale: #858585. Windows color (decimal): -9856911 or 7444585. OLE color: 7444585.

HSL color Cylindrical-coordinate representation of color #699871: hue angle of 130.21º 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 #699871 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB105152113-
CMYK0.3100.260.40
HSL130.21º18.58%50.39%-
HSV(B)130.21º30.92%59.61%-
XYZ20.0326.6519.71-
YUV133.5116.43107.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 152 (59.77% from 255) = 41.08%
BLUE value IS 113 (44.53% from 255) = 30.54%
R=28.38%
G=41.08%
B=30.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051521130.3100.260.40130.2118.5850.39
Hex6998711F01A28821332
Octal15123016137032502022362
Binary1101001100110001110001111110110101010001000001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699871; }

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

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

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

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

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

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

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

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