#689974

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

Shades of Oxley #689974

Tints of Oxley #689974

Color information

#689974 (or 0x689974) is unknown color: approx Oxley. HEX triplet: 68, 99 and 74. RGB value is (104,153,116). Sum of RGB (Red+Green+Blue) = 104+153+116=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #689974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689974 is #97668B. Grayscale: #868686. Windows color (decimal): -9922188 or 7641448. OLE color: 7641448.

HSL color Cylindrical-coordinate representation of color #689974: hue angle of 134.69º 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 #689974 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB104153116-
CMYK0.3200.240.4
HSL134.69º19.37%50.39%-
HSV(B)134.69º32.03%60%-
XYZ20.2526.9920.66-
YUV134.13117.77106.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.88%
GREEN value IS 153 (60.16% from 255) = 41.02%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=27.88%
G=41.02%
B=31.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041531160.3200.240.4134.6919.3750.39
Hex6899742001828871332
Octal15023116440030502072362
Binary11010001001100111101001000000110001010001000011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689974; }

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

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

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

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

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

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

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

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