Html Css Color HEX #68A47F Oxley

📋 copy color: '#68A47F'

red 104 ◦ green 164 ◦ blue 127

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

Shades of Oxley #68A47F

Tints of Oxley #68A47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.15%

R = 26.33%
G = 41.52%
B = 32.15%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#68A47F (or 0x68A47F) is known color: Oxley. HEX triplet: 68, A4 and 7F. RGB value is (104,164,127). Sum of RGB (Red+Green+Blue) = 104+164+127=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 164 - color contains mainly: green. Hex color #68A47F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A47F is #975B80. Grayscale: #8D8D8D. Windows color (decimal): -9919361 or 8365160. OLE color: 8365160.

HSL color Cylindrical-coordinate representation of color #68A47F: hue angle of 143º 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 #68A47F is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 164 127 -
CMYK 0.37 0 0.23 0.36
HSL 143º 0.25% 0.53% -
HSV(B) 143º 0.37% 0.64% -
XYZ 22.82 31.03 24.86 -
YUV 141.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 104 164 127 0.37 0 0.23 0.36 143 0.25 0.53
Hex 68 A4 7F 25 0 17 24 8F 19 35
Octal 150 244 177 45 0 27 44 217 31 65
Binary 1101000 10100100 1111111 100101 0 10111 100100 10001111 11001 110101

Color Harmonies of #68A47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A47F

Black with #68A47F

Text Example


Text Example

White with #68A47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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