Html Css Color HEX #68A47D Oxley

📋 copy color: '#68A47D'

red 104 ◦ green 164 ◦ blue 125

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

Shades of Oxley #68A47D

Tints of Oxley #68A47D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.73%

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 26.46%
G = 41.73%
B = 31.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#68A47D (or 0x68A47D) is known color: Oxley. HEX triplet: 68, A4 and 7D. RGB value is (104,164,125). Sum of RGB (Red+Green+Blue) = 104+164+125=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 164 - color contains mainly: green. Hex color #68A47D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A47D is #975B82. Grayscale: #8D8D8D. Windows color (decimal): -9919363 or 8234088. OLE color: 8234088.

HSL color Cylindrical-coordinate representation of color #68A47D: hue angle of 141º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A47D is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 164 125 -
CMYK 0.37 0 0.24 0.36
HSL 141º 0.25% 0.53% -
HSV(B) 141º 0.37% 0.64% -
XYZ 22.69 30.97 24.19 -
YUV 141.61 118.62 101.17 -
System Red Green Blue C M Y K H S L
Decimal 104 164 125 0.37 0 0.24 0.36 141 0.25 0.53
Hex 68 A4 7D 25 0 18 24 8D 19 35
Octal 150 244 175 45 0 30 44 215 31 65
Binary 1101000 10100100 1111101 100101 0 11000 100100 10001101 11001 110101

Color Harmonies of #68A47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A47D

Black with #68A47D

Text Example


Text Example

White with #68A47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A47D; }

 p { color: rgb(104,164,125); }

 H1.HeaderClassName
 {
   color: #68A47D;
 }
 .AnyTagClassName
 {
   color: #68A47D;
 }
</style>

background-color css

<style>
 a { background-color: #68A47D; }

 a { background-color: rgb(104,164,125); }

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

border-color css

<style>
 span { border-color: #68A47D; }

 span { border-color: rgb(104,164,125); }

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