Html Css Color HEX #688B73 Oxley

📋 copy color: '#688B73'

red 104 ◦ green 139 ◦ blue 115

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

Shades of Oxley #688B73

Tints of Oxley #688B73

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.83%

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

R = 29.05%
G = 38.83%
B = 32.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#688B73 (or 0x688B73) is known color: Oxley. HEX triplet: 68, 8B and 73. RGB value is (104,139,115). Sum of RGB (Red+Green+Blue) = 104+139+115=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 139 - color contains mainly: green. Hex color #688B73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B73 is #97748C. Grayscale: #7D7D7D. Windows color (decimal): -9925773 or 7572328. OLE color: 7572328.

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

Color convert

RGB 104 139 115 -
CMYK 0.25 0 0.17 0.45
HSL 138.86º 0.14% 0.48% -
HSV(B) 138.86º 0.25% 0.55% -
XYZ 18.04 22.65 19.64 -
YUV 125.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 104 139 115 0.25 0 0.17 0.45 138.86 0.14 0.48
Hex 68 8B 73 19 0 11 2D 8B E 30
Octal 150 213 163 31 0 21 55 213 16 60
Binary 1101000 10001011 1110011 11001 0 10001 101101 10001011 1110 110000

Color Harmonies of #688B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B73

Black with #688B73

Text Example


Text Example

White with #688B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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