Html Css Color HEX #689379 Oxley

📋 copy color: '#689379'

red 104 ◦ green 147 ◦ blue 121

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

Shades of Oxley #689379

Tints of Oxley #689379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.52%

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

R = 27.96%
G = 39.52%
B = 32.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#689379 (or 0x689379) is known color: Oxley. HEX triplet: 68, 93 and 79. RGB value is (104,147,121). Sum of RGB (Red+Green+Blue) = 104+147+121=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 147 - color contains mainly: green. Hex color #689379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689379 is #976C86. Grayscale: #838383. Windows color (decimal): -9923719 or 7967592. OLE color: 7967592.

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

Color convert

RGB 104 147 121 -
CMYK 0.29 0 0.18 0.42
HSL 143.72º 0.17% 0.49% -
HSV(B) 143.72º 0.29% 0.58% -
XYZ 19.59 25.19 21.92 -
YUV 131.18 122.25 108.61 -
System Red Green Blue C M Y K H S L
Decimal 104 147 121 0.29 0 0.18 0.42 143.72 0.17 0.49
Hex 68 93 79 1D 0 12 2A 90 11 31
Octal 150 223 171 35 0 22 52 220 21 61
Binary 1101000 10010011 1111001 11101 0 10010 101010 10010000 10001 110001

Color Harmonies of #689379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689379

Black with #689379

Text Example


Text Example

White with #689379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689379; }

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

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

background-color css

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

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

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

border-color css

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

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

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