Html Css Color HEX #688B74 Oxley

📋 copy color: '#688B74'

red 104 ◦ green 139 ◦ blue 116

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

Shades of Oxley #688B74

Tints of Oxley #688B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.31%

R = 28.97%
G = 38.72%
B = 32.31%

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

#688B74 (or 0x688B74) is known color: Oxley. HEX triplet: 68, 8B and 74. RGB value is (104,139,116). Sum of RGB (Red+Green+Blue) = 104+139+116=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 139 - color contains mainly: green. Hex color #688B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B74 is #97748B. Grayscale: #7D7D7D. Windows color (decimal): -9925772 or 7637864. OLE color: 7637864.

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

Color convert

RGB 104 139 116 -
CMYK 0.25 0 0.17 0.45
HSL 140.57º 0.14% 0.48% -
HSV(B) 140.57º 0.25% 0.55% -
XYZ 18.09 22.67 19.94 -
YUV 125.91 122.4 112.37 -
System Red Green Blue C M Y K H S L
Decimal 104 139 116 0.25 0 0.17 0.45 140.57 0.14 0.48
Hex 68 8B 74 19 0 11 2D 8D E 30
Octal 150 213 164 31 0 21 55 215 16 60
Binary 1101000 10001011 1110100 11001 0 10001 101101 10001101 1110 110000

Color Harmonies of #688B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B74

Black with #688B74

Text Example


Text Example

White with #688B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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