#699A78

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

Shades of Oxley #699A78

Tints of Oxley #699A78

Color information

#699A78 (or 0x699A78) is unknown color: approx Oxley. HEX triplet: 69, 9A and 78. RGB value is (105,154,120). Sum of RGB (Red+Green+Blue) = 105+154+120=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 154 - color contains mainly: green. Hex color #699A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699A78 is #966587. Grayscale: #878787. Windows color (decimal): -9856392 or 7903849. OLE color: 7903849.

HSL color Cylindrical-coordinate representation of color #699A78: hue angle of 138.37º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699A78 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB105154120-
CMYK0.3200.220.40
HSL138.37º19.52%50.78%-
HSV(B)138.37º31.82%60.39%-
XYZ20.7727.4721.98-
YUV135.47119.27106.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.70%
GREEN value IS 154 (60.55% from 255) = 40.63%
BLUE value IS 120 (47.27% from 255) = 31.66%
R=27.70%
G=40.63%
B=31.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051541200.3200.220.40138.3719.5250.78
Hex699A7820016288a1433
Octal15123217040026502122463
Binary11010011001101011110001000000101101010001000101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699A78; }

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

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

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

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

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

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

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

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