Html Css Color HEX #688F74 Oxley

📋 copy color: '#688F74'

red 104 ◦ green 143 ◦ blue 116

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

Shades of Oxley #688F74

Tints of Oxley #688F74

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.39%

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

R = 28.65%
G = 39.39%
B = 31.96%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#688F74 (or 0x688F74) is known color: Oxley. HEX triplet: 68, 8F and 74. RGB value is (104,143,116). Sum of RGB (Red+Green+Blue) = 104+143+116=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 143 - color contains mainly: green. Hex color #688F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688F74 is #97708B. Grayscale: #808080. Windows color (decimal): -9924748 or 7638888. OLE color: 7638888.

HSL color Cylindrical-coordinate representation of color #688F74: hue angle of 138.46º degrees, saturation: 0.16, 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 #688F74 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 143 116 -
CMYK 0.27 0 0.19 0.44
HSL 138.46º 0.16% 0.48% -
HSV(B) 138.46º 0.27% 0.56% -
XYZ 18.68 23.85 20.14 -
YUV 128.26 121.08 110.7 -
System Red Green Blue C M Y K H S L
Decimal 104 143 116 0.27 0 0.19 0.44 138.46 0.16 0.48
Hex 68 8F 74 1B 0 13 2C 8A 10 30
Octal 150 217 164 33 0 23 54 212 20 60
Binary 1101000 10001111 1110100 11011 0 10011 101100 10001010 10000 110000

Color Harmonies of #688F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688F74

Black with #688F74

Text Example


Text Example

White with #688F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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