Html Css Color HEX #709474 Laurel

📋 copy color: '#709474'

red 112 ◦ green 148 ◦ blue 116

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

Shades of Laurel #709474

Tints of Laurel #709474

RGB

 RED value IS 112 (44.14% from 255) = 29.79%

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

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

R = 29.79%
G = 39.36%
B = 30.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#709474 (or 0x709474) is known color: Laurel. HEX triplet: 70, 94 and 74. RGB value is (112,148,116). Sum of RGB (Red+Green+Blue) = 112+148+116=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 148 - color contains mainly: green. Hex color #709474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709474 is #8F6B8B. Grayscale: #858585. Windows color (decimal): -9399180 or 7640176. OLE color: 7640176.

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

Color convert

RGB 112 148 116 -
CMYK 0.24 0 0.22 0.42
HSL 126.67º 0.14% 0.51% -
HSV(B) 126.67º 0.24% 0.58% -
XYZ 20.42 25.89 20.44 -
YUV 133.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 112 148 116 0.24 0 0.22 0.42 126.67 0.14 0.51
Hex 70 94 74 18 0 16 2A 7F E 33
Octal 160 224 164 30 0 26 52 177 16 63
Binary 1110000 10010100 1110100 11000 0 10110 101010 1111111 1110 110011

Color Harmonies of #709474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709474

Black with #709474

Text Example


Text Example

White with #709474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709474; }

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

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

background-color css

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

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

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

border-color css

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

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

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