Html Css Color HEX #739474 Laurel

📋 copy color: '#739474'

red 115 ◦ green 148 ◦ blue 116

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

Shades of Laurel #739474

Tints of Laurel #739474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.05%

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

R = 30.34%
G = 39.05%
B = 30.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#739474 (or 0x739474) is known color: Laurel. HEX triplet: 73, 94 and 74. RGB value is (115,148,116). Sum of RGB (Red+Green+Blue) = 115+148+116=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #739474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739474 is #8C6B8B. Grayscale: #868686. Windows color (decimal): -9202572 or 7640179. OLE color: 7640179.

HSL color Cylindrical-coordinate representation of color #739474: hue angle of 121.82º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #739474 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 148 116 -
CMYK 0.22 0 0.22 0.42
HSL 121.82º 0.13% 0.52% -
HSV(B) 121.82º 0.22% 0.58% -
XYZ 20.81 26.09 20.46 -
YUV 134.49 117.57 114.1 -
System Red Green Blue C M Y K H S L
Decimal 115 148 116 0.22 0 0.22 0.42 121.82 0.13 0.52
Hex 73 94 74 16 0 16 2A 7A D 34
Octal 163 224 164 26 0 26 52 172 15 64
Binary 1110011 10010100 1110100 10110 0 10110 101010 1111010 1101 110100

Color Harmonies of #739474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739474

Black with #739474

Text Example


Text Example

White with #739474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739474; }

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

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

background-color css

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

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

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

border-color css

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

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

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