#699475

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

Shades of Oxley #699475

Tints of Oxley #699475

Color information

#699475 (or 0x699475) is unknown color: approx Oxley. HEX triplet: 69, 94 and 75. RGB value is (105,148,117). Sum of RGB (Red+Green+Blue) = 105+148+117=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #699475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699475 is #966B8A. Grayscale: #838383. Windows color (decimal): -9857931 or 7705705. OLE color: 7705705.

HSL color Cylindrical-coordinate representation of color #699475: hue angle of 136.74º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699475 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB105148117-
CMYK0.2900.210.42
HSL136.74º17%49.61%-
HSV(B)136.74º29.05%58.04%-
XYZ19.6325.4720.71-
YUV131.61119.75109.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 148 (58.20% from 255) = 40%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=28.38%
G=40%
B=31.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051481170.2900.210.42136.741749.61
Hex6994751D0152A891132
Octal15122416535025522112162
Binary1101001100101001110101111010101011010101000100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699475; }

 p { color: rgb(105,148,117); }

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

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

 a { background-color: rgb(105,148,117); }

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

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

 span { border-color: rgb(105,148,117); }

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