#689374

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

Shades of Oxley #689374

Tints of Oxley #689374

Color information

#689374 (or 0x689374) is unknown color: approx Oxley. HEX triplet: 68, 93 and 74. RGB value is (104,147,116). Sum of RGB (Red+Green+Blue) = 104+147+116=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #689374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689374 is #976C8B. Grayscale: #828282. Windows color (decimal): -9923724 or 7639912. OLE color: 7639912.

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

Color convert

RGB104147116-
CMYK0.2900.210.42
HSL136.74º17.13%49.22%-
HSV(B)136.74º29.25%57.65%-
XYZ19.325.0720.35-
YUV130.61119.75109.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.34%
GREEN value IS 147 (57.81% from 255) = 40.05%
BLUE value IS 116 (45.70% from 255) = 31.61%
R=28.34%
G=40.05%
B=31.61%

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
Decimal1041471160.2900.210.42136.7417.1349.22
Hex6893741D0152A891131
Octal15022316435025522112161
Binary1101000100100111110100111010101011010101000100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689374; }

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

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

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

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

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

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

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

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