Html Css Color HEX #76947A Laurel

📋 copy color: '#76947A'

red 118 ◦ green 148 ◦ blue 122

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

Shades of Laurel #76947A

Tints of Laurel #76947A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.44%

R = 30.41%
G = 38.14%
B = 31.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#76947A (or 0x76947A) is known color: Laurel. HEX triplet: 76, 94 and 7A. RGB value is (118,148,122). Sum of RGB (Red+Green+Blue) = 118+148+122=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #76947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76947A is #896B85. Grayscale: #888888. Windows color (decimal): -9005958 or 8033398. OLE color: 8033398.

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

Color convert

RGB 118 148 122 -
CMYK 0.20 0 0.18 0.42
HSL 128º 0.12% 0.52% -
HSV(B) 128º 0.2% 0.58% -
XYZ 21.57 26.44 22.38 -
YUV 136.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 118 148 122 0.20 0 0.18 0.42 128 0.12 0.52
Hex 76 94 7A 14 0 12 2A 80 C 34
Octal 166 224 172 24 0 22 52 200 14 64
Binary 1110110 10010100 1111010 10100 0 10010 101010 10000000 1100 110100

Color Harmonies of #76947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76947A

Black with #76947A

Text Example


Text Example

White with #76947A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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