#699779

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

Shades of Oxley #699779

Tints of Oxley #699779

Color information

#699779 (or 0x699779) is unknown color: approx Oxley. HEX triplet: 69, 97 and 79. RGB value is (105,151,121). Sum of RGB (Red+Green+Blue) = 105+151+121=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #699779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699779 is #966886. Grayscale: #858585. Windows color (decimal): -9857159 or 7968617. OLE color: 7968617.

HSL color Cylindrical-coordinate representation of color #699779: hue angle of 140.87º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699779 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB105151121-
CMYK0.3000.200.41
HSL140.87º18.11%50.2%-
HSV(B)140.87º30.46%59.22%-
XYZ20.3426.5222.14-
YUV133.83120.76107.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.85%
GREEN value IS 151 (59.38% from 255) = 40.05%
BLUE value IS 121 (47.66% from 255) = 32.10%
R=27.85%
G=40.05%
B=32.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051511210.3000.200.41140.8718.1150.2
Hex6997791E014298d1232
Octal15122717136024512152262
Binary1101001100101111111001111100101001010011000110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699779; }

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

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

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

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

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

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

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

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