#689973

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

Shades of Oxley #689973

Tints of Oxley #689973

Color information

#689973 (or 0x689973) is unknown color: approx Oxley. HEX triplet: 68, 99 and 73. RGB value is (104,153,115). Sum of RGB (Red+Green+Blue) = 104+153+115=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #689973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689973 is #97668C. Grayscale: #868686. Windows color (decimal): -9922189 or 7575912. OLE color: 7575912.

HSL color Cylindrical-coordinate representation of color #689973: hue angle of 133.47º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689973 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB104153115-
CMYK0.3200.250.4
HSL133.47º19.37%50.39%-
HSV(B)133.47º32.03%60%-
XYZ20.1926.9620.36-
YUV134.02117.27106.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.96%
GREEN value IS 153 (60.16% from 255) = 41.13%
BLUE value IS 115 (45.31% from 255) = 30.91%
R=27.96%
G=41.13%
B=30.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041531150.3200.250.4133.4719.3750.39
Hex6899732001928851332
Octal15023116340031502052362
Binary11010001001100111100111000000110011010001000010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689973; }

 p { color: rgb(104,153,115); }

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

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

 a { background-color: rgb(104,153,115); }

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

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

 span { border-color: rgb(104,153,115); }

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