#699279

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

Shades of Oxley #699279

Tints of Oxley #699279

Color information

#699279 (or 0x699279) is unknown color: approx Oxley. HEX triplet: 69, 92 and 79. RGB value is (105,146,121). Sum of RGB (Red+Green+Blue) = 105+146+121=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #699279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699279 is #966D86. Grayscale: #828282. Windows color (decimal): -9858439 or 7967337. OLE color: 7967337.

HSL color Cylindrical-coordinate representation of color #699279: hue angle of 143.41º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699279 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB105146121-
CMYK0.2800.170.43
HSL143.41º16.33%49.22%-
HSV(B)143.41º28.08%57.25%-
XYZ19.5624.9421.87-
YUV130.89122.42109.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.23%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 121 (47.66% from 255) = 32.53%
R=28.23%
G=39.25%
B=32.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051461210.2800.170.43143.4116.3349.22
Hex6992791C0112B8f1031
Octal15122217134021532172061
Binary1101001100100101111001111000100011010111000111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699279; }

 p { color: rgb(105,146,121); }

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

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

 a { background-color: rgb(105,146,121); }

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

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

 span { border-color: rgb(105,146,121); }

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