#699479

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

Shades of Oxley #699479

Tints of Oxley #699479

Color information

#699479 (or 0x699479) is unknown color: approx Oxley. HEX triplet: 69, 94 and 79. RGB value is (105,148,121). Sum of RGB (Red+Green+Blue) = 105+148+121=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #699479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699479 is #966B86. Grayscale: #848484. Windows color (decimal): -9857927 or 7967849. OLE color: 7967849.

HSL color Cylindrical-coordinate representation of color #699479: hue angle of 142.33º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699479 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB105148121-
CMYK0.2900.180.42
HSL142.33º17%49.61%-
HSV(B)142.33º29.05%58.04%-
XYZ19.8725.5621.98-
YUV132.06121.75108.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.07%
GREEN value IS 148 (58.20% from 255) = 39.57%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=28.07%
G=39.57%
B=32.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051481210.2900.180.42142.331749.61
Hex6994791D0122A8e1132
Octal15122417135022522162162
Binary1101001100101001111001111010100101010101000111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699479; }

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

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

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

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

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

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

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

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