Html Css Color HEX #68AA76 Oxley

📋 copy color: '#68AA76'

red 104 ◦ green 170 ◦ blue 118

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

Shades of Oxley #68AA76

Tints of Oxley #68AA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.1%

R = 26.53%
G = 43.37%
B = 30.1%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#68AA76 (or 0x68AA76) is known color: Oxley. HEX triplet: 68, AA and 76. RGB value is (104,170,118). Sum of RGB (Red+Green+Blue) = 104+170+118=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AA76 is #975589. Grayscale: #909090. Windows color (decimal): -9917834 or 7776872. OLE color: 7776872.

HSL color Cylindrical-coordinate representation of color #68AA76: hue angle of 132.73º 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 #68AA76 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 170 118 -
CMYK 0.39 0 0.31 0.33
HSL 132.73º 0.28% 0.54% -
HSV(B) 132.73º 0.39% 0.67% -
XYZ 23.35 33 22.28 -
YUV 144.34 113.13 99.23 -
System Red Green Blue C M Y K H S L
Decimal 104 170 118 0.39 0 0.31 0.33 132.73 0.28 0.54
Hex 68 AA 76 27 0 1F 21 85 1C 36
Octal 150 252 166 47 0 37 41 205 34 66
Binary 1101000 10101010 1110110 100111 0 11111 100001 10000101 11100 110110

Color Harmonies of #68AA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AA76

Black with #68AA76

Text Example


Text Example

White with #68AA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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