Html Css Color HEX #76947B Oxley

📋 copy color: '#76947B'

red 118 ◦ green 148 ◦ blue 123

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

Shades of Oxley #76947B

Tints of Oxley #76947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.62%

R = 30.33%
G = 38.05%
B = 31.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#76947B (or 0x76947B) is known color: Oxley. HEX triplet: 76, 94 and 7B. RGB value is (118,148,123). Sum of RGB (Red+Green+Blue) = 118+148+123=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 148 - color contains mainly: green. Hex color #76947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76947B is #896B84. Grayscale: #888888. Windows color (decimal): -9005957 or 8098934. OLE color: 8098934.

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

Color convert

RGB 118 148 123 -
CMYK 0.20 0 0.17 0.42
HSL 130º 0.12% 0.52% -
HSV(B) 130º 0.2% 0.58% -
XYZ 21.64 26.46 22.71 -
YUV 136.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 118 148 123 0.20 0 0.17 0.42 130 0.12 0.52
Hex 76 94 7B 14 0 11 2A 82 C 34
Octal 166 224 173 24 0 21 52 202 14 64
Binary 1110110 10010100 1111011 10100 0 10001 101010 10000010 1100 110100

Color Harmonies of #76947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76947B

Black with #76947B

Text Example


Text Example

White with #76947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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