Html Css Color HEX #688E74 Oxley

📋 copy color: '#688E74'

red 104 ◦ green 142 ◦ blue 116

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

Shades of Oxley #688E74

Tints of Oxley #688E74

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.23%

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

R = 28.73%
G = 39.23%
B = 32.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#688E74 (or 0x688E74) is known color: Oxley. HEX triplet: 68, 8E and 74. RGB value is (104,142,116). Sum of RGB (Red+Green+Blue) = 104+142+116=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 142 - color contains mainly: green. Hex color #688E74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688E74 is #97718B. Grayscale: #7F7F7F. Windows color (decimal): -9925004 or 7638632. OLE color: 7638632.

HSL color Cylindrical-coordinate representation of color #688E74: hue angle of 138.95º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #688E74 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 142 116 -
CMYK 0.27 0 0.18 0.44
HSL 138.95º 0.15% 0.48% -
HSV(B) 138.95º 0.27% 0.56% -
XYZ 18.53 23.55 20.09 -
YUV 127.67 121.41 111.11 -
System Red Green Blue C M Y K H S L
Decimal 104 142 116 0.27 0 0.18 0.44 138.95 0.15 0.48
Hex 68 8E 74 1B 0 12 2C 8B F 30
Octal 150 216 164 33 0 22 54 213 17 60
Binary 1101000 10001110 1110100 11011 0 10010 101100 10001011 1111 110000

Color Harmonies of #688E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688E74

Black with #688E74

Text Example


Text Example

White with #688E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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