Html Css Color HEX #76A778 Oxley

📋 copy color: '#76A778'

red 118 ◦ green 167 ◦ blue 120

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

Shades of Oxley #76A778

Tints of Oxley #76A778

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.23%

 BLUE value IS 120 (47.27% from 255) = 29.63%

R = 29.14%
G = 41.23%
B = 29.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#76A778 (or 0x76A778) is known color: Oxley. HEX triplet: 76, A7 and 78. RGB value is (118,167,120). Sum of RGB (Red+Green+Blue) = 118+167+120=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 167 - color contains mainly: green. Hex color #76A778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A778 is #895887. Grayscale: #939393. Windows color (decimal): -9001096 or 7907190. OLE color: 7907190.

HSL color Cylindrical-coordinate representation of color #76A778: hue angle of 122.45º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76A778 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 167 120 -
CMYK 0.29 0 0.28 0.35
HSL 122.45º 0.22% 0.56% -
HSV(B) 122.45º 0.29% 0.65% -
XYZ 24.68 32.85 22.81 -
YUV 146.99 112.77 107.32 -
System Red Green Blue C M Y K H S L
Decimal 118 167 120 0.29 0 0.28 0.35 122.45 0.22 0.56
Hex 76 A7 78 1D 0 1C 23 7A 16 38
Octal 166 247 170 35 0 34 43 172 26 70
Binary 1110110 10100111 1111000 11101 0 11100 100011 1111010 10110 111000

Color Harmonies of #76A778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A778

Black with #76A778

Text Example


Text Example

White with #76A778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,167,120); }

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

background-color css

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

 a { background-color: rgb(118,167,120); }

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

border-color css

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

 span { border-color: rgb(118,167,120); }

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