Html Css Color HEX #688A73 Oxley

📋 copy color: '#688A73'

red 104 ◦ green 138 ◦ blue 115

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

Shades of Oxley #688A73

Tints of Oxley #688A73

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.66%

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

R = 29.13%
G = 38.66%
B = 32.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#688A73 (or 0x688A73) is known color: Oxley. HEX triplet: 68, 8A and 73. RGB value is (104,138,115). Sum of RGB (Red+Green+Blue) = 104+138+115=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 138 - color contains mainly: green. Hex color #688A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688A73 is #97758C. Grayscale: #7D7D7D. Windows color (decimal): -9926029 or 7572072. OLE color: 7572072.

HSL color Cylindrical-coordinate representation of color #688A73: hue angle of 139.41º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688A73 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 138 115 -
CMYK 0.25 0 0.17 0.46
HSL 139.41º 0.14% 0.47% -
HSV(B) 139.41º 0.25% 0.54% -
XYZ 17.89 22.36 19.59 -
YUV 125.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 104 138 115 0.25 0 0.17 0.46 139.41 0.14 0.47
Hex 68 8A 73 19 0 11 2E 8B E 2F
Octal 150 212 163 31 0 21 56 213 16 57
Binary 1101000 10001010 1110011 11001 0 10001 101110 10001011 1110 101111

Color Harmonies of #688A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688A73

Black with #688A73

Text Example


Text Example

White with #688A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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