#69987D

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

Shades of Oxley #69987D

Tints of Oxley #69987D

Color information

#69987D (or 0x69987D) is unknown color: approx Oxley. HEX triplet: 69, 98 and 7D. RGB value is (105,152,125). Sum of RGB (Red+Green+Blue) = 105+152+125=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #69987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69987D is #966782. Grayscale: #868686. Windows color (decimal): -9856899 or 8231017. OLE color: 8231017.

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

Color convert

RGB105152125-
CMYK0.3100.180.40
HSL145.53º18.58%50.39%-
HSV(B)145.53º30.92%59.61%-
XYZ20.7626.9423.51-
YUV134.87122.43106.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 152 (59.77% from 255) = 39.79%
BLUE value IS 125 (49.22% from 255) = 32.72%
R=27.49%
G=39.79%
B=32.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051521250.3100.180.40145.5318.5850.39
Hex69987D1F01228921332
Octal15123017537022502222362
Binary1101001100110001111101111110100101010001001001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69987D; }

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

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

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

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

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

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

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

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