Html Css Color HEX #738C74 Laurel

📋 copy color: '#738C74'

red 115 ◦ green 140 ◦ blue 116

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

Shades of Laurel #738C74

Tints of Laurel #738C74

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.74%

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

R = 31%
G = 37.74%
B = 31.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#738C74 (or 0x738C74) is known color: Laurel. HEX triplet: 73, 8C and 74. RGB value is (115,140,116). Sum of RGB (Red+Green+Blue) = 115+140+116=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 140 - color contains mainly: green. Hex color #738C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738C74 is #8C738B. Grayscale: #818181. Windows color (decimal): -9204620 or 7638131. OLE color: 7638131.

HSL color Cylindrical-coordinate representation of color #738C74: hue angle of 122.4º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #738C74 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 140 116 -
CMYK 0.18 0 0.17 0.45
HSL 122.4º 0.1% 0.5% -
HSV(B) 122.4º 0.18% 0.55% -
XYZ 19.6 23.66 20.06 -
YUV 129.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 115 140 116 0.18 0 0.17 0.45 122.4 0.1 0.5
Hex 73 8C 74 12 0 11 2D 7A A 32
Octal 163 214 164 22 0 21 55 172 12 62
Binary 1110011 10001100 1110100 10010 0 10001 101101 1111010 1010 110010

Color Harmonies of #738C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738C74

Black with #738C74

Text Example


Text Example

White with #738C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738C74; }

 p { color: rgb(115,140,116); }

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

background-color css

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

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

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

border-color css

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

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

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