Html Css Color HEX #76917F Oxley

📋 copy color: '#76917F'

red 118 ◦ green 145 ◦ blue 127

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

Shades of Oxley #76917F

Tints of Oxley #76917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.18%

 BLUE value IS 127 (50% from 255) = 32.56%

R = 30.26%
G = 37.18%
B = 32.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#76917F (or 0x76917F) is known color: Oxley. HEX triplet: 76, 91 and 7F. RGB value is (118,145,127). Sum of RGB (Red+Green+Blue) = 118+145+127=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 145 - color contains mainly: green. Hex color #76917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76917F is #896E80. Grayscale: #868686. Windows color (decimal): -9006721 or 8360310. OLE color: 8360310.

HSL color Cylindrical-coordinate representation of color #76917F: hue angle of 140º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76917F is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 145 127 -
CMYK 0.19 0 0.12 0.43
HSL 140º 0.11% 0.52% -
HSV(B) 140º 0.19% 0.57% -
XYZ 21.43 25.63 23.9 -
YUV 134.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 118 145 127 0.19 0 0.12 0.43 140 0.11 0.52
Hex 76 91 7F 13 0 C 2B 8C B 34
Octal 166 221 177 23 0 14 53 214 13 64
Binary 1110110 10010001 1111111 10011 0 1100 101011 10001100 1011 110100

Color Harmonies of #76917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76917F

Black with #76917F

Text Example


Text Example

White with #76917F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76917F; }

 p { color: rgb(118,145,127); }

 H1.HeaderClassName
 {
   color: #76917F;
 }
 .AnyTagClassName
 {
   color: #76917F;
 }
</style>

background-color css

<style>
 a { background-color: #76917F; }

 a { background-color: rgb(118,145,127); }

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

border-color css

<style>
 span { border-color: #76917F; }

 span { border-color: rgb(118,145,127); }

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