Html Css Color HEX #688B77 Oxley

📋 copy color: '#688B77'

red 104 ◦ green 139 ◦ blue 119

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

Shades of Oxley #688B77

Tints of Oxley #688B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.87%

R = 28.73%
G = 38.4%
B = 32.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#688B77 (or 0x688B77) is known color: Oxley. HEX triplet: 68, 8B and 77. RGB value is (104,139,119). Sum of RGB (Red+Green+Blue) = 104+139+119=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 139 - color contains mainly: green. Hex color #688B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B77 is #977488. Grayscale: #7E7E7E. Windows color (decimal): -9925769 or 7834472. OLE color: 7834472.

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

Color convert

RGB 104 139 119 -
CMYK 0.25 0 0.14 0.45
HSL 145.71º 0.14% 0.48% -
HSV(B) 145.71º 0.25% 0.55% -
XYZ 18.27 22.74 20.88 -
YUV 126.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 104 139 119 0.25 0 0.14 0.45 145.71 0.14 0.48
Hex 68 8B 77 19 0 E 2D 92 E 30
Octal 150 213 167 31 0 16 55 222 16 60
Binary 1101000 10001011 1110111 11001 0 1110 101101 10010010 1110 110000

Color Harmonies of #688B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B77

Black with #688B77

Text Example


Text Example

White with #688B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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