#69987B

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

Shades of Oxley #69987B

Tints of Oxley #69987B

Color information

#69987B (or 0x69987B) is unknown color: approx Oxley. HEX triplet: 69, 98 and 7B. RGB value is (105,152,123). Sum of RGB (Red+Green+Blue) = 105+152+123=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 152 - color contains mainly: green. Hex color #69987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69987B is #966784. Grayscale: #868686. Windows color (decimal): -9856901 or 8099945. OLE color: 8099945.

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

Color convert

RGB105152123-
CMYK0.3100.190.40
HSL142.98º18.58%50.39%-
HSV(B)142.98º30.92%59.61%-
XYZ20.6326.8922.84-
YUV134.64121.43106.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.63%
GREEN value IS 152 (59.77% from 255) = 40%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=27.63%
G=40%
B=32.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051521230.3100.190.40142.9818.5850.39
Hex69987B1F013288f1332
Octal15123017337023502172362
Binary1101001100110001111011111110100111010001000111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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