Html Css Color HEX #738F74 Laurel

📋 copy color: '#738F74'

red 115 ◦ green 143 ◦ blue 116

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

Shades of Laurel #738F74

Tints of Laurel #738F74

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.24%

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

R = 30.75%
G = 38.24%
B = 31.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#738F74 (or 0x738F74) is known color: Laurel. HEX triplet: 73, 8F and 74. RGB value is (115,143,116). Sum of RGB (Red+Green+Blue) = 115+143+116=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 143 - color contains mainly: green. Hex color #738F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738F74 is #8C708B. Grayscale: #838383. Windows color (decimal): -9203852 or 7638899. OLE color: 7638899.

HSL color Cylindrical-coordinate representation of color #738F74: hue angle of 122.14º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738F74 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 143 116 -
CMYK 0.20 0 0.19 0.44
HSL 122.14º 0.11% 0.51% -
HSV(B) 122.14º 0.2% 0.56% -
XYZ 20.05 24.55 20.21 -
YUV 131.55 119.22 116.2 -
System Red Green Blue C M Y K H S L
Decimal 115 143 116 0.20 0 0.19 0.44 122.14 0.11 0.51
Hex 73 8F 74 14 0 13 2C 7A B 33
Octal 163 217 164 24 0 23 54 172 13 63
Binary 1110011 10001111 1110100 10100 0 10011 101100 1111010 1011 110011

Color Harmonies of #738F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738F74

Black with #738F74

Text Example


Text Example

White with #738F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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