Html Css Color HEX #688B76 Oxley

📋 copy color: '#688B76'

red 104 ◦ green 139 ◦ blue 118

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

Shades of Oxley #688B76

Tints of Oxley #688B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.69%

R = 28.81%
G = 38.5%
B = 32.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#688B76 (or 0x688B76) is known color: Oxley. HEX triplet: 68, 8B and 76. RGB value is (104,139,118). Sum of RGB (Red+Green+Blue) = 104+139+118=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #688B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B76 is #977489. Grayscale: #7E7E7E. Windows color (decimal): -9925770 or 7768936. OLE color: 7768936.

HSL color Cylindrical-coordinate representation of color #688B76: hue angle of 144º 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 #688B76 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 139 118 -
CMYK 0.25 0 0.15 0.45
HSL 144º 0.14% 0.48% -
HSV(B) 144º 0.25% 0.55% -
XYZ 18.21 22.72 20.56 -
YUV 126.14 123.4 112.21 -
System Red Green Blue C M Y K H S L
Decimal 104 139 118 0.25 0 0.15 0.45 144 0.14 0.48
Hex 68 8B 76 19 0 F 2D 90 E 30
Octal 150 213 166 31 0 17 55 220 16 60
Binary 1101000 10001011 1110110 11001 0 1111 101101 10010000 1110 110000

Color Harmonies of #688B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B76

Black with #688B76

Text Example


Text Example

White with #688B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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