Html Css Color HEX #76937F Oxley

📋 copy color: '#76937F'

red 118 ◦ green 147 ◦ blue 127

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

Shades of Oxley #76937F

Tints of Oxley #76937F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.5%

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

R = 30.1%
G = 37.5%
B = 32.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#76937F (or 0x76937F) is known color: Oxley. HEX triplet: 76, 93 and 7F. RGB value is (118,147,127). Sum of RGB (Red+Green+Blue) = 118+147+127=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 147 - color contains mainly: green. Hex color #76937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76937F is #896C80. Grayscale: #888888. Windows color (decimal): -9006209 or 8360822. OLE color: 8360822.

HSL color Cylindrical-coordinate representation of color #76937F: hue angle of 138.62º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76937F is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 147 127 -
CMYK 0.20 0 0.14 0.42
HSL 138.62º 0.12% 0.52% -
HSV(B) 138.62º 0.2% 0.58% -
XYZ 21.74 26.25 24 -
YUV 136.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 118 147 127 0.20 0 0.14 0.42 138.62 0.12 0.52
Hex 76 93 7F 14 0 E 2A 8B C 34
Octal 166 223 177 24 0 16 52 213 14 64
Binary 1110110 10010011 1111111 10100 0 1110 101010 10001011 1100 110100

Color Harmonies of #76937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76937F

Black with #76937F

Text Example


Text Example

White with #76937F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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