Html Css Color HEX #749774 Laurel

📋 copy color: '#749774'

red 116 ◦ green 151 ◦ blue 116

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

Shades of Laurel #749774

Tints of Laurel #749774

RGB

 RED value IS 116 (45.7% from 255) = 30.29%

 GREEN value IS 151 (59.38% from 255) = 39.43%

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 30.29%
G = 39.43%
B = 30.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#749774 (or 0x749774) is known color: Laurel. HEX triplet: 74, 97 and 74. RGB value is (116,151,116). Sum of RGB (Red+Green+Blue) = 116+151+116=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 151 - color contains mainly: green. Hex color #749774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749774 is #8B688B. Grayscale: #888888. Windows color (decimal): -9136268 or 7640948. OLE color: 7640948.

HSL color Cylindrical-coordinate representation of color #749774: hue angle of 120º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #749774 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 151 116 -
CMYK 0.23 0 0.23 0.41
HSL 120º 0.14% 0.52% -
HSV(B) 120º 0.23% 0.59% -
XYZ 21.42 27.11 20.63 -
YUV 136.55 116.4 113.35 -
System Red Green Blue C M Y K H S L
Decimal 116 151 116 0.23 0 0.23 0.41 120 0.14 0.52
Hex 74 97 74 17 0 17 29 78 E 34
Octal 164 227 164 27 0 27 51 170 16 64
Binary 1110100 10010111 1110100 10111 0 10111 101001 1111000 1110 110100

Color Harmonies of #749774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749774

Black with #749774

Text Example


Text Example

White with #749774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749774; }

 p { color: rgb(116,151,116); }

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

background-color css

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

 a { background-color: rgb(116,151,116); }

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

border-color css

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

 span { border-color: rgb(116,151,116); }

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