Html Css Color HEX #689979 Oxley

📋 copy color: '#689979'

red 104 ◦ green 153 ◦ blue 121

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

Shades of Oxley #689979

Tints of Oxley #689979

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.48%

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

R = 27.51%
G = 40.48%
B = 32.01%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#689979 (or 0x689979) is known color: Oxley. HEX triplet: 68, 99 and 79. RGB value is (104,153,121). Sum of RGB (Red+Green+Blue) = 104+153+121=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #689979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689979 is #976686. Grayscale: #868686. Windows color (decimal): -9922183 or 7969128. OLE color: 7969128.

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

Color convert

RGB 104 153 121 -
CMYK 0.32 0 0.21 0.4
HSL 140.82º 0.19% 0.5% -
HSV(B) 140.82º 0.32% 0.6% -
XYZ 20.55 27.11 22.24 -
YUV 134.7 120.27 106.1 -
System Red Green Blue C M Y K H S L
Decimal 104 153 121 0.32 0 0.21 0.4 140.82 0.19 0.5
Hex 68 99 79 20 0 15 28 8D 13 32
Octal 150 231 171 40 0 25 50 215 23 62
Binary 1101000 10011001 1111001 100000 0 10101 101000 10001101 10011 110010

Color Harmonies of #689979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689979

Black with #689979

Text Example


Text Example

White with #689979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689979; }

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

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

background-color css

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

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

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

border-color css

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

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

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