Html Css Color HEX #68A675 Oxley

📋 copy color: '#68A675'

red 104 ◦ green 166 ◦ blue 117

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

Shades of Oxley #68A675

Tints of Oxley #68A675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.23%

R = 26.87%
G = 42.89%
B = 30.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#68A675 (or 0x68A675) is known color: Oxley. HEX triplet: 68, A6 and 75. RGB value is (104,166,117). Sum of RGB (Red+Green+Blue) = 104+166+117=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 166 - color contains mainly: green. Hex color #68A675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A675 is #97598A. Grayscale: #8E8E8E. Windows color (decimal): -9918859 or 7710312. OLE color: 7710312.

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

Color convert

RGB 104 166 117 -
CMYK 0.37 0 0.30 0.35
HSL 132.58º 0.26% 0.53% -
HSV(B) 132.58º 0.37% 0.65% -
XYZ 22.56 31.5 21.72 -
YUV 141.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 104 166 117 0.37 0 0.30 0.35 132.58 0.26 0.53
Hex 68 A6 75 25 0 1E 23 85 1A 35
Octal 150 246 165 45 0 36 43 205 32 65
Binary 1101000 10100110 1110101 100101 0 11110 100011 10000101 11010 110101

Color Harmonies of #68A675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A675

Black with #68A675

Text Example


Text Example

White with #68A675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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