Html Css Color HEX #68AA7B Oxley

📋 copy color: '#68AA7B'

red 104 ◦ green 170 ◦ blue 123

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

Shades of Oxley #68AA7B

Tints of Oxley #68AA7B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.82%

 BLUE value IS 123 (48.44% from 255) = 30.98%

R = 26.2%
G = 42.82%
B = 30.98%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#68AA7B (or 0x68AA7B) is known color: Oxley. HEX triplet: 68, AA and 7B. RGB value is (104,170,123). Sum of RGB (Red+Green+Blue) = 104+170+123=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AA7B is #975584. Grayscale: #919191. Windows color (decimal): -9917829 or 8104552. OLE color: 8104552.

HSL color Cylindrical-coordinate representation of color #68AA7B: hue angle of 137.27º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AA7B is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 170 123 -
CMYK 0.39 0 0.28 0.33
HSL 137.27º 0.28% 0.54% -
HSV(B) 137.27º 0.39% 0.67% -
XYZ 23.66 33.12 23.89 -
YUV 144.91 115.63 98.82 -
System Red Green Blue C M Y K H S L
Decimal 104 170 123 0.39 0 0.28 0.33 137.27 0.28 0.54
Hex 68 AA 7B 27 0 1C 21 89 1C 36
Octal 150 252 173 47 0 34 41 211 34 66
Binary 1101000 10101010 1111011 100111 0 11100 100001 10001001 11100 110110

Color Harmonies of #68AA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AA7B

Black with #68AA7B

Text Example


Text Example

White with #68AA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,170,123); }

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

background-color css

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

 a { background-color: rgb(104,170,123); }

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

border-color css

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

 span { border-color: rgb(104,170,123); }

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