#699878

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

Shades of Oxley #699878

Tints of Oxley #699878

Color information

#699878 (or 0x699878) is unknown color: approx Oxley. HEX triplet: 69, 98 and 78. RGB value is (105,152,120). Sum of RGB (Red+Green+Blue) = 105+152+120=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #699878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699878 is #966787. Grayscale: #868686. Windows color (decimal): -9856904 or 7903337. OLE color: 7903337.

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

Color convert

RGB105152120-
CMYK0.3100.210.40
HSL139.15º18.58%50.39%-
HSV(B)139.15º30.92%59.61%-
XYZ20.4426.8221.87-
YUV134.3119.93107.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.85%
GREEN value IS 152 (59.77% from 255) = 40.32%
BLUE value IS 120 (47.27% from 255) = 31.83%
R=27.85%
G=40.32%
B=31.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051521200.3100.210.40139.1518.5850.39
Hex6998781F015288b1332
Octal15123017037025502132362
Binary1101001100110001111000111110101011010001000101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699878; }

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

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

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

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

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

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

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

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