#689377

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

Shades of Oxley #689377

Tints of Oxley #689377

Color information

#689377 (or 0x689377) is unknown color: approx Oxley. HEX triplet: 68, 93 and 77. RGB value is (104,147,119). Sum of RGB (Red+Green+Blue) = 104+147+119=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #689377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689377 is #976C88. Grayscale: #838383. Windows color (decimal): -9923721 or 7836520. OLE color: 7836520.

HSL color Cylindrical-coordinate representation of color #689377: hue angle of 140.93º 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 #689377 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB104147119-
CMYK0.2900.190.42
HSL140.93º17.13%49.22%-
HSV(B)140.93º29.25%57.65%-
XYZ19.4725.1421.28-
YUV130.95121.25108.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.11%
GREEN value IS 147 (57.81% from 255) = 39.73%
BLUE value IS 119 (46.88% from 255) = 32.16%
R=28.11%
G=39.73%
B=32.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041471190.2900.190.42140.9317.1349.22
Hex6893771D0132A8d1131
Octal15022316735023522152161
Binary1101000100100111110111111010100111010101000110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689377; }

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

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

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

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

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

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

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

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