#699D7F

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

Shades of Oxley #699D7F

Tints of Oxley #699D7F

Color information

#699D7F (or 0x699D7F) is unknown color: approx Oxley. HEX triplet: 69, 9D and 7F. RGB value is (105,157,127). Sum of RGB (Red+Green+Blue) = 105+157+127=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 157 - color contains mainly: green. Hex color #699D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D7F is #966280. Grayscale: #8A8A8A. Windows color (decimal): -9855617 or 8363369. OLE color: 8363369.

HSL color Cylindrical-coordinate representation of color #699D7F: hue angle of 145.38º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699D7F is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB105157127-
CMYK0.3300.190.38
HSL145.38º20.97%51.37%-
HSV(B)145.38º33.12%61.57%-
XYZ21.7128.6524.46-
YUV138.03121.77104.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.99%
GREEN value IS 157 (61.72% from 255) = 40.36%
BLUE value IS 127 (50% from 255) = 32.65%
R=26.99%
G=40.36%
B=32.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051571270.3300.190.38145.3820.9751.37
Hex699D7F2101326911533
Octal15123517741023462212563
Binary11010011001110111111111000010100111001101001000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,157,127); }

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

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

 a { background-color: rgb(105,157,127); }

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

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

 span { border-color: rgb(105,157,127); }

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