#699D6F

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

Shades of Oxley #699D6F

Tints of Oxley #699D6F

Color information

#699D6F (or 0x699D6F) is unknown color: approx Oxley. HEX triplet: 69, 9D and 6F. RGB value is (105,157,111). Sum of RGB (Red+Green+Blue) = 105+157+111=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 157 - color contains mainly: green. Hex color #699D6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D6F is #966290. Grayscale: #888888. Windows color (decimal): -9855633 or 7314793. OLE color: 7314793.

HSL color Cylindrical-coordinate representation of color #699D6F: hue angle of 126.92º 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 #699D6F is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB105157111-
CMYK0.3300.290.38
HSL126.92º20.97%51.37%-
HSV(B)126.92º33.12%61.57%-
XYZ20.7528.2619.4-
YUV136.21113.77105.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.15%
GREEN value IS 157 (61.72% from 255) = 42.09%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=28.15%
G=42.09%
B=29.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051571110.3300.290.38126.9220.9751.37
Hex699D6F2101D267f1533
Octal15123515741035461772563
Binary1101001100111011101111100001011101100110111111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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