Html Css Color HEX #769379 Laurel

📋 copy color: '#769379'

red 118 ◦ green 147 ◦ blue 121

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

Shades of Laurel #769379

Tints of Laurel #769379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.35%

R = 30.57%
G = 38.08%
B = 31.35%

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

#769379 (or 0x769379) is known color: Laurel. HEX triplet: 76, 93 and 79. RGB value is (118,147,121). Sum of RGB (Red+Green+Blue) = 118+147+121=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #769379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769379 is #896C86. Grayscale: #878787. Windows color (decimal): -9006215 or 7967606. OLE color: 7967606.

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

Color convert

RGB 118 147 121 -
CMYK 0.20 0 0.18 0.42
HSL 126.21º 0.12% 0.52% -
HSV(B) 126.21º 0.2% 0.58% -
XYZ 21.36 26.1 22 -
YUV 135.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 118 147 121 0.20 0 0.18 0.42 126.21 0.12 0.52
Hex 76 93 79 14 0 12 2A 7E C 34
Octal 166 223 171 24 0 22 52 176 14 64
Binary 1110110 10010011 1111001 10100 0 10010 101010 1111110 1100 110100

Color Harmonies of #769379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769379

Black with #769379

Text Example


Text Example

White with #769379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769379; }

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

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

background-color css

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

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

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

border-color css

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

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

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