Html Css Color HEX #76947F Oxley

📋 copy color: '#76947F'

red 118 ◦ green 148 ◦ blue 127

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

Shades of Oxley #76947F

Tints of Oxley #76947F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.66%

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

R = 30.03%
G = 37.66%
B = 32.32%

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

#76947F (or 0x76947F) is known color: Oxley. HEX triplet: 76, 94 and 7F. RGB value is (118,148,127). Sum of RGB (Red+Green+Blue) = 118+148+127=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #76947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76947F is #896B80. Grayscale: #888888. Windows color (decimal): -9005953 or 8361078. OLE color: 8361078.

HSL color Cylindrical-coordinate representation of color #76947F: hue angle of 138º 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 #76947F is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 148 127 -
CMYK 0.20 0 0.14 0.42
HSL 138º 0.12% 0.52% -
HSV(B) 138º 0.2% 0.58% -
XYZ 21.89 26.56 24.05 -
YUV 136.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 118 148 127 0.20 0 0.14 0.42 138 0.12 0.52
Hex 76 94 7F 14 0 E 2A 8A C 34
Octal 166 224 177 24 0 16 52 212 14 64
Binary 1110110 10010100 1111111 10100 0 1110 101010 10001010 1100 110100

Color Harmonies of #76947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76947F

Black with #76947F

Text Example


Text Example

White with #76947F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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