#699378

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

Shades of Oxley #699378

Tints of Oxley #699378

Color information

#699378 (or 0x699378) is unknown color: approx Oxley. HEX triplet: 69, 93 and 78. RGB value is (105,147,120). Sum of RGB (Red+Green+Blue) = 105+147+120=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 147 - color contains mainly: green. Hex color #699378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699378 is #966C87. Grayscale: #838383. Windows color (decimal): -9858184 or 7902057. OLE color: 7902057.

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

Color convert

RGB105147120-
CMYK0.2900.180.42
HSL141.43º16.67%49.41%-
HSV(B)141.43º28.57%57.65%-
XYZ19.6525.2321.6-
YUV131.36121.59109.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.23%
GREEN value IS 147 (57.81% from 255) = 39.52%
BLUE value IS 120 (47.27% from 255) = 32.26%
R=28.23%
G=39.52%
B=32.26%

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
Decimal1051471200.2900.180.42141.4316.6749.41
Hex6993781D0122A8d1131
Octal15122317035022522152161
Binary1101001100100111111000111010100101010101000110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699378; }

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

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

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

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

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

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

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

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