#699E7D

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

Shades of Oxley #699E7D

Tints of Oxley #699E7D

Color information

#699E7D (or 0x699E7D) is unknown color: approx Oxley. HEX triplet: 69, 9E and 7D. RGB value is (105,158,125). Sum of RGB (Red+Green+Blue) = 105+158+125=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 158 - color contains mainly: green. Hex color #699E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699E7D is #966182. Grayscale: #8A8A8A. Windows color (decimal): -9855363 or 8232553. OLE color: 8232553.

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

Color convert

RGB105158125-
CMYK0.3400.210.38
HSL142.64º21.46%51.57%-
HSV(B)142.64º33.54%61.96%-
XYZ21.7528.9423.84-
YUV138.39120.44104.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.06%
GREEN value IS 158 (62.11% from 255) = 40.72%
BLUE value IS 125 (49.22% from 255) = 32.22%
R=27.06%
G=40.72%
B=32.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051581250.3400.210.38142.6421.4651.57
Hex699E7D22015268f1534
Octal15123617542025462172564
Binary11010011001111011111011000100101011001101000111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,158,125); }

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

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

 a { background-color: rgb(105,158,125); }

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

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

 span { border-color: rgb(105,158,125); }

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