#69987E

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

Shades of Oxley #69987E

Tints of Oxley #69987E

Color information

#69987E (or 0x69987E) is unknown color: approx Oxley. HEX triplet: 69, 98 and 7E. RGB value is (105,152,126). Sum of RGB (Red+Green+Blue) = 105+152+126=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 152 - color contains mainly: green. Hex color #69987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69987E is #966781. Grayscale: #878787. Windows color (decimal): -9856898 or 8296553. OLE color: 8296553.

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

Color convert

RGB105152126-
CMYK0.3100.170.40
HSL146.81º18.58%50.39%-
HSV(B)146.81º30.92%59.61%-
XYZ20.8226.9723.85-
YUV134.98122.93106.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.42%
GREEN value IS 152 (59.77% from 255) = 39.69%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=27.42%
G=39.69%
B=32.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051521260.3100.170.40146.8118.5850.39
Hex69987E1F01128931332
Octal15123017637021502232362
Binary1101001100110001111110111110100011010001001001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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