Html Css Color HEX #76967D Oxley

📋 copy color: '#76967D'

red 118 ◦ green 150 ◦ blue 125

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

Shades of Oxley #76967D

Tints of Oxley #76967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.17%

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 30.03%
G = 38.17%
B = 31.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#76967D (or 0x76967D) is known color: Oxley. HEX triplet: 76, 96 and 7D. RGB value is (118,150,125). Sum of RGB (Red+Green+Blue) = 118+150+125=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #76967D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76967D is #896982. Grayscale: #898989. Windows color (decimal): -9005443 or 8230518. OLE color: 8230518.

HSL color Cylindrical-coordinate representation of color #76967D: hue angle of 133.12º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76967D is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 150 125 -
CMYK 0.21 0 0.17 0.41
HSL 133.13º 0.13% 0.53% -
HSV(B) 133.13º 0.21% 0.59% -
XYZ 22.08 27.14 23.48 -
YUV 137.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 118 150 125 0.21 0 0.17 0.41 133.13 0.13 0.53
Hex 76 96 7D 15 0 11 29 85 D 35
Octal 166 226 175 25 0 21 51 205 15 65
Binary 1110110 10010110 1111101 10101 0 10001 101001 10000101 1101 110101

Color Harmonies of #76967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76967D

Black with #76967D

Text Example


Text Example

White with #76967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76967D; }

 p { color: rgb(118,150,125); }

 H1.HeaderClassName
 {
   color: #76967D;
 }
 .AnyTagClassName
 {
   color: #76967D;
 }
</style>

background-color css

<style>
 a { background-color: #76967D; }

 a { background-color: rgb(118,150,125); }

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

border-color css

<style>
 span { border-color: #76967D; }

 span { border-color: rgb(118,150,125); }

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