Html Css Color HEX #689173 Oxley

📋 copy color: '#689173'

red 104 ◦ green 145 ◦ blue 115

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

Shades of Oxley #689173

Tints of Oxley #689173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.59%

R = 28.57%
G = 39.84%
B = 31.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#689173 (or 0x689173) is known color: Oxley. HEX triplet: 68, 91 and 73. RGB value is (104,145,115). Sum of RGB (Red+Green+Blue) = 104+145+115=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 145 - color contains mainly: green. Hex color #689173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689173 is #976E8C. Grayscale: #818181. Windows color (decimal): -9924237 or 7573864. OLE color: 7573864.

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

Color convert

RGB 104 145 115 -
CMYK 0.28 0 0.21 0.43
HSL 136.1º 0.16% 0.49% -
HSV(B) 136.1º 0.28% 0.57% -
XYZ 18.93 24.43 19.94 -
YUV 129.32 119.92 109.94 -
System Red Green Blue C M Y K H S L
Decimal 104 145 115 0.28 0 0.21 0.43 136.1 0.16 0.49
Hex 68 91 73 1C 0 15 2B 88 10 31
Octal 150 221 163 34 0 25 53 210 20 61
Binary 1101000 10010001 1110011 11100 0 10101 101011 10001000 10000 110001

Color Harmonies of #689173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689173

Black with #689173

Text Example


Text Example

White with #689173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689173; }

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

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

background-color css

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

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

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

border-color css

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

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

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