Html Css Color HEX #76A284 Oxley

📋 copy color: '#76A284'

red 118 ◦ green 162 ◦ blue 132

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

Shades of Oxley #76A284

Tints of Oxley #76A284

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.32%

 BLUE value IS 132 (51.95% from 255) = 32.04%

R = 28.64%
G = 39.32%
B = 32.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#76A284 (or 0x76A284) is known color: Oxley. HEX triplet: 76, A2 and 84. RGB value is (118,162,132). Sum of RGB (Red+Green+Blue) = 118+162+132=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 162 - color contains mainly: green. Hex color #76A284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A284 is #895D7B. Grayscale: #919191. Windows color (decimal): -9002364 or 8692342. OLE color: 8692342.

HSL color Cylindrical-coordinate representation of color #76A284: hue angle of 139.09º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76A284 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 162 132 -
CMYK 0.27 0 0.19 0.36
HSL 139.09º 0.19% 0.55% -
HSV(B) 139.09º 0.27% 0.64% -
XYZ 24.56 31.36 26.59 -
YUV 145.42 120.42 108.44 -
System Red Green Blue C M Y K H S L
Decimal 118 162 132 0.27 0 0.19 0.36 139.09 0.19 0.55
Hex 76 A2 84 1B 0 13 24 8B 13 37
Octal 166 242 204 33 0 23 44 213 23 67
Binary 1110110 10100010 10000100 11011 0 10011 100100 10001011 10011 110111

Color Harmonies of #76A284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A284

Black with #76A284

Text Example


Text Example

White with #76A284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,162,132); }

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

background-color css

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

 a { background-color: rgb(118,162,132); }

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

border-color css

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

 span { border-color: rgb(118,162,132); }

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