Html Css Color HEX #749D75 Laurel

📋 copy color: '#749D75'

red 116 ◦ green 157 ◦ blue 117

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

Shades of Laurel #749D75

Tints of Laurel #749D75

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.26%

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

R = 29.74%
G = 40.26%
B = 30%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#749D75 (or 0x749D75) is known color: Laurel. HEX triplet: 74, 9D and 75. RGB value is (116,157,117). Sum of RGB (Red+Green+Blue) = 116+157+117=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 157 - color contains mainly: green. Hex color #749D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749D75 is #8B628A. Grayscale: #8C8C8C. Windows color (decimal): -9134731 or 7708020. OLE color: 7708020.

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

Color convert

RGB 116 157 117 -
CMYK 0.26 0 0.25 0.38
HSL 121.46º 0.17% 0.54% -
HSV(B) 121.46º 0.26% 0.62% -
XYZ 22.47 29.11 21.26 -
YUV 140.18 114.92 110.75 -
System Red Green Blue C M Y K H S L
Decimal 116 157 117 0.26 0 0.25 0.38 121.46 0.17 0.54
Hex 74 9D 75 1A 0 19 26 79 11 36
Octal 164 235 165 32 0 31 46 171 21 66
Binary 1110100 10011101 1110101 11010 0 11001 100110 1111001 10001 110110

Color Harmonies of #749D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749D75

Black with #749D75

Text Example


Text Example

White with #749D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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