Html Css Color HEX #688C72 Oxley

📋 copy color: '#688C72'

red 104 ◦ green 140 ◦ blue 114

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

Shades of Oxley #688C72

Tints of Oxley #688C72

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.11%

 BLUE value IS 114 (44.92% from 255) = 31.84%

R = 29.05%
G = 39.11%
B = 31.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#688C72 (or 0x688C72) is known color: Oxley. HEX triplet: 68, 8C and 72. RGB value is (104,140,114). Sum of RGB (Red+Green+Blue) = 104+140+114=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 140 - color contains mainly: green. Hex color #688C72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688C72 is #97738D. Grayscale: #7E7E7E. Windows color (decimal): -9925518 or 7507048. OLE color: 7507048.

HSL color Cylindrical-coordinate representation of color #688C72: hue angle of 136.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #688C72 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 140 114 -
CMYK 0.26 0 0.19 0.45
HSL 136.67º 0.15% 0.48% -
HSV(B) 136.67º 0.26% 0.55% -
XYZ 18.12 22.91 19.39 -
YUV 126.27 121.07 112.11 -
System Red Green Blue C M Y K H S L
Decimal 104 140 114 0.26 0 0.19 0.45 136.67 0.15 0.48
Hex 68 8C 72 1A 0 13 2D 89 F 30
Octal 150 214 162 32 0 23 55 211 17 60
Binary 1101000 10001100 1110010 11010 0 10011 101101 10001001 1111 110000

Color Harmonies of #688C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688C72

Black with #688C72

Text Example


Text Example

White with #688C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,140,114); }

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

background-color css

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

 a { background-color: rgb(104,140,114); }

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

border-color css

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

 span { border-color: rgb(104,140,114); }

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