Html Css Color HEX #769478 Laurel

📋 copy color: '#769478'

red 118 ◦ green 148 ◦ blue 120

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

Shades of Laurel #769478

Tints of Laurel #769478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.09%

R = 30.57%
G = 38.34%
B = 31.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#769478 (or 0x769478) is known color: Laurel. HEX triplet: 76, 94 and 78. RGB value is (118,148,120). Sum of RGB (Red+Green+Blue) = 118+148+120=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #769478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769478 is #896B87. Grayscale: #878787. Windows color (decimal): -9005960 or 7902326. OLE color: 7902326.

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

Color convert

RGB 118 148 120 -
CMYK 0.20 0 0.19 0.42
HSL 124º 0.12% 0.52% -
HSV(B) 124º 0.2% 0.58% -
XYZ 21.45 26.39 21.73 -
YUV 135.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 118 148 120 0.20 0 0.19 0.42 124 0.12 0.52
Hex 76 94 78 14 0 13 2A 7C C 34
Octal 166 224 170 24 0 23 52 174 14 64
Binary 1110110 10010100 1111000 10100 0 10011 101010 1111100 1100 110100

Color Harmonies of #769478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769478

Black with #769478

Text Example


Text Example

White with #769478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769478; }

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

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

background-color css

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

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

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

border-color css

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

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

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