Html Css Color HEX #689D79 Oxley

📋 copy color: '#689D79'

red 104 ◦ green 157 ◦ blue 121

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

Shades of Oxley #689D79

Tints of Oxley #689D79

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.1%

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

R = 27.23%
G = 41.1%
B = 31.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#689D79 (or 0x689D79) is known color: Oxley. HEX triplet: 68, 9D and 79. RGB value is (104,157,121). Sum of RGB (Red+Green+Blue) = 104+157+121=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #689D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689D79 is #976286. Grayscale: #898989. Windows color (decimal): -9921159 or 7970152. OLE color: 7970152.

HSL color Cylindrical-coordinate representation of color #689D79: hue angle of 139.25º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689D79 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 157 121 -
CMYK 0.34 0 0.23 0.38
HSL 139.25º 0.21% 0.51% -
HSV(B) 139.25º 0.34% 0.62% -
XYZ 21.22 28.44 22.46 -
YUV 137.05 118.94 104.43 -
System Red Green Blue C M Y K H S L
Decimal 104 157 121 0.34 0 0.23 0.38 139.25 0.21 0.51
Hex 68 9D 79 22 0 17 26 8B 15 33
Octal 150 235 171 42 0 27 46 213 25 63
Binary 1101000 10011101 1111001 100010 0 10111 100110 10001011 10101 110011

Color Harmonies of #689D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689D79

Black with #689D79

Text Example


Text Example

White with #689D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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