Html Css Color HEX #688B75 Oxley

📋 copy color: '#688B75'

red 104 ◦ green 139 ◦ blue 117

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

Shades of Oxley #688B75

Tints of Oxley #688B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.5%

R = 28.89%
G = 38.61%
B = 32.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#688B75 (or 0x688B75) is known color: Oxley. HEX triplet: 68, 8B and 75. RGB value is (104,139,117). Sum of RGB (Red+Green+Blue) = 104+139+117=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 139 - color contains mainly: green. Hex color #688B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B75 is #97748A. Grayscale: #7E7E7E. Windows color (decimal): -9925771 or 7703400. OLE color: 7703400.

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

Color convert

RGB 104 139 117 -
CMYK 0.25 0 0.16 0.45
HSL 142.29º 0.14% 0.48% -
HSV(B) 142.29º 0.25% 0.55% -
XYZ 18.15 22.69 20.25 -
YUV 126.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 104 139 117 0.25 0 0.16 0.45 142.29 0.14 0.48
Hex 68 8B 75 19 0 10 2D 8E E 30
Octal 150 213 165 31 0 20 55 216 16 60
Binary 1101000 10001011 1110101 11001 0 10000 101101 10001110 1110 110000

Color Harmonies of #688B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B75

Black with #688B75

Text Example


Text Example

White with #688B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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