Html Css Color HEX #76AA7B Oxley

📋 copy color: '#76AA7B'

red 118 ◦ green 170 ◦ blue 123

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

Shades of Oxley #76AA7B

Tints of Oxley #76AA7B

RGB

 RED value IS 118 (46.48% from 255) = 28.71%

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

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

R = 28.71%
G = 41.36%
B = 29.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#76AA7B (or 0x76AA7B) is known color: Oxley. HEX triplet: 76, AA and 7B. RGB value is (118,170,123). Sum of RGB (Red+Green+Blue) = 118+170+123=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AA7B is #895584. Grayscale: #959595. Windows color (decimal): -9000325 or 8104566. OLE color: 8104566.

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

Color convert

RGB 118 170 123 -
CMYK 0.31 0 0.28 0.33
HSL 125.77º 0.23% 0.56% -
HSV(B) 125.77º 0.31% 0.67% -
XYZ 25.42 34.03 23.97 -
YUV 149.09 113.27 105.82 -
System Red Green Blue C M Y K H S L
Decimal 118 170 123 0.31 0 0.28 0.33 125.77 0.23 0.56
Hex 76 AA 7B 1F 0 1C 21 7E 17 38
Octal 166 252 173 37 0 34 41 176 27 70
Binary 1110110 10101010 1111011 11111 0 11100 100001 1111110 10111 111000

Color Harmonies of #76AA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AA7B

Black with #76AA7B

Text Example


Text Example

White with #76AA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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