#699074

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

Shades of Oxley #699074

Tints of Oxley #699074

Color information

#699074 (or 0x699074) is unknown color: approx Oxley. HEX triplet: 69, 90 and 74. RGB value is (105,144,116). Sum of RGB (Red+Green+Blue) = 105+144+116=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 144 - color contains mainly: green. Hex color #699074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699074 is #966F8B. Grayscale: #818181. Windows color (decimal): -9858956 or 7639145. OLE color: 7639145.

HSL color Cylindrical-coordinate representation of color #699074: hue angle of 136.92º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #699074 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB105144116-
CMYK0.2700.190.44
HSL136.92º15.66%48.82%-
HSV(B)136.92º27.08%56.47%-
XYZ18.9524.2120.2-
YUV129.15120.58110.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.77%
GREEN value IS 144 (56.64% from 255) = 39.45%
BLUE value IS 116 (45.70% from 255) = 31.78%
R=28.77%
G=39.45%
B=31.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051441160.2700.190.44136.9215.6648.82
Hex6990741B0132C891031
Octal15122016433023542112061
Binary1101001100100001110100110110100111011001000100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699074; }

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

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

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

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

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

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

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

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