#699274

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

Shades of Oxley #699274

Tints of Oxley #699274

Color information

#699274 (or 0x699274) is unknown color: approx Oxley. HEX triplet: 69, 92 and 74. RGB value is (105,146,116). Sum of RGB (Red+Green+Blue) = 105+146+116=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #699274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699274 is #966D8B. Grayscale: #828282. Windows color (decimal): -9858444 or 7639657. OLE color: 7639657.

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

Color convert

RGB105146116-
CMYK0.2800.210.43
HSL136.1º16.33%49.22%-
HSV(B)136.1º28.08%57.25%-
XYZ19.2624.8220.3-
YUV130.32119.92109.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.61%
GREEN value IS 146 (57.42% from 255) = 39.78%
BLUE value IS 116 (45.70% from 255) = 31.61%
R=28.61%
G=39.78%
B=31.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051461160.2800.210.43136.116.3349.22
Hex6992741C0152B881031
Octal15122216434025532102061
Binary1101001100100101110100111000101011010111000100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699274; }

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

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

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

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

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

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

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

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