Html Css Color HEX #689179 Oxley

📋 copy color: '#689179'

red 104 ◦ green 145 ◦ blue 121

#689179
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #689179

Tints of Oxley #689179

RGB

 RED value IS 104 (41.02% from 255) = 28.11%

 GREEN value IS 145 (57.03% from 255) = 39.19%

 BLUE value IS 121 (47.66% from 255) = 32.7%

R = 28.11%
G = 39.19%
B = 32.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#689179 (or 0x689179) is known color: Oxley. HEX triplet: 68, 91 and 79. RGB value is (104,145,121). Sum of RGB (Red+Green+Blue) = 104+145+121=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 145 - color contains mainly: green. Hex color #689179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689179 is #976E86. Grayscale: #828282. Windows color (decimal): -9924231 or 7967080. OLE color: 7967080.

HSL color Cylindrical-coordinate representation of color #689179: hue angle of 144.88º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #689179 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 145 121 -
CMYK 0.28 0 0.17 0.43
HSL 144.88º 0.16% 0.49% -
HSV(B) 144.88º 0.28% 0.57% -
XYZ 19.29 24.57 21.82 -
YUV 130.01 122.92 109.45 -
System Red Green Blue C M Y K H S L
Decimal 104 145 121 0.28 0 0.17 0.43 144.88 0.16 0.49
Hex 68 91 79 1C 0 11 2B 91 10 31
Octal 150 221 171 34 0 21 53 221 20 61
Binary 1101000 10010001 1111001 11100 0 10001 101011 10010001 10000 110001

Color Harmonies of #689179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689179

Black with #689179

Text Example


Text Example

White with #689179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689179; }

 p { color: rgb(104,145,121); }

 H1.HeaderClassName
 {
   color: #689179;
 }
 .AnyTagClassName
 {
   color: #689179;
 }
</style>

background-color css

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

 a { background-color: rgb(104,145,121); }

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

border-color css

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

 span { border-color: rgb(104,145,121); }

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