Html Css Color HEX #68A67F Oxley

📋 copy color: '#68A67F'

red 104 ◦ green 166 ◦ blue 127

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

Shades of Oxley #68A67F

Tints of Oxley #68A67F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.81%

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

R = 26.2%
G = 41.81%
B = 31.99%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#68A67F (or 0x68A67F) is known color: Oxley. HEX triplet: 68, A6 and 7F. RGB value is (104,166,127). Sum of RGB (Red+Green+Blue) = 104+166+127=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 166 - color contains mainly: green. Hex color #68A67F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A67F is #975980. Grayscale: #8F8F8F. Windows color (decimal): -9918849 or 8365672. OLE color: 8365672.

HSL color Cylindrical-coordinate representation of color #68A67F: hue angle of 142.26º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A67F is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 104 166 127 -
CMYK 0.37 0 0.23 0.35
HSL 142.26º 0.26% 0.53% -
HSV(B) 142.26º 0.37% 0.65% -
XYZ 23.18 31.75 24.99 -
YUV 143.02 118.96 100.17 -
System Red Green Blue C M Y K H S L
Decimal 104 166 127 0.37 0 0.23 0.35 142.26 0.26 0.53
Hex 68 A6 7F 25 0 17 23 8E 1A 35
Octal 150 246 177 45 0 27 43 216 32 65
Binary 1101000 10100110 1111111 100101 0 10111 100011 10001110 11010 110101

Color Harmonies of #68A67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A67F

Black with #68A67F

Text Example


Text Example

White with #68A67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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