Html Css Color HEX #749C75 Laurel

📋 copy color: '#749C75'

red 116 ◦ green 156 ◦ blue 117

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

Shades of Laurel #749C75

Tints of Laurel #749C75

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.1%

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 29.82%
G = 40.1%
B = 30.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#749C75 (or 0x749C75) is known color: Laurel. HEX triplet: 74, 9C and 75. RGB value is (116,156,117). Sum of RGB (Red+Green+Blue) = 116+156+117=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 156 - color contains mainly: green. Hex color #749C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749C75 is #8B638A. Grayscale: #8B8B8B. Windows color (decimal): -9134987 or 7707764. OLE color: 7707764.

HSL color Cylindrical-coordinate representation of color #749C75: hue angle of 121.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #749C75 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 156 117 -
CMYK 0.26 0 0.25 0.39
HSL 121.5º 0.17% 0.53% -
HSV(B) 121.5º 0.26% 0.61% -
XYZ 22.3 28.77 21.21 -
YUV 139.59 115.25 111.17 -
System Red Green Blue C M Y K H S L
Decimal 116 156 117 0.26 0 0.25 0.39 121.5 0.17 0.53
Hex 74 9C 75 1A 0 19 27 7A 11 35
Octal 164 234 165 32 0 31 47 172 21 65
Binary 1110100 10011100 1110101 11010 0 11001 100111 1111010 10001 110101

Color Harmonies of #749C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749C75

Black with #749C75

Text Example


Text Example

White with #749C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749C75; }

 p { color: rgb(116,156,117); }

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

background-color css

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

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

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

border-color css

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

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

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