Html Css Color HEX #739975 Laurel

📋 copy color: '#739975'

red 115 ◦ green 153 ◦ blue 117

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

Shades of Laurel #739975

Tints of Laurel #739975

RGB

 RED value IS 115 (45.31% from 255) = 29.87%

 GREEN value IS 153 (60.16% from 255) = 39.74%

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

R = 29.87%
G = 39.74%
B = 30.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#739975 (or 0x739975) is known color: Laurel. HEX triplet: 73, 99 and 75. RGB value is (115,153,117). Sum of RGB (Red+Green+Blue) = 115+153+117=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #739975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739975 is #8C668A. Grayscale: #898989. Windows color (decimal): -9201291 or 7706995. OLE color: 7706995.

HSL color Cylindrical-coordinate representation of color #739975: hue angle of 123.16º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #739975 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 153 117 -
CMYK 0.25 0 0.24 0.4
HSL 123.16º 0.16% 0.53% -
HSV(B) 123.16º 0.25% 0.6% -
XYZ 21.67 27.71 21.04 -
YUV 137.53 116.41 111.93 -
System Red Green Blue C M Y K H S L
Decimal 115 153 117 0.25 0 0.24 0.4 123.16 0.16 0.53
Hex 73 99 75 19 0 18 28 7B 10 35
Octal 163 231 165 31 0 30 50 173 20 65
Binary 1110011 10011001 1110101 11001 0 11000 101000 1111011 10000 110101

Color Harmonies of #739975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739975

Black with #739975

Text Example


Text Example

White with #739975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739975; }

 p { color: rgb(115,153,117); }

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

background-color css

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

 a { background-color: rgb(115,153,117); }

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

border-color css

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

 span { border-color: rgb(115,153,117); }

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