Html Css Color HEX #709475 Laurel

📋 copy color: '#709475'

red 112 ◦ green 148 ◦ blue 117

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

Shades of Laurel #709475

Tints of Laurel #709475

RGB

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

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

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

R = 29.71%
G = 39.26%
B = 31.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#709475 (or 0x709475) is known color: Laurel. HEX triplet: 70, 94 and 75. RGB value is (112,148,117). Sum of RGB (Red+Green+Blue) = 112+148+117=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #709475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709475 is #8F6B8A. Grayscale: #858585. Windows color (decimal): -9399179 or 7705712. OLE color: 7705712.

HSL color Cylindrical-coordinate representation of color #709475: hue angle of 128.33º 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 #709475 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 148 117 -
CMYK 0.24 0 0.21 0.42
HSL 128.33º 0.14% 0.51% -
HSV(B) 128.33º 0.24% 0.58% -
XYZ 20.48 25.91 20.75 -
YUV 133.7 118.57 112.52 -
System Red Green Blue C M Y K H S L
Decimal 112 148 117 0.24 0 0.21 0.42 128.33 0.14 0.51
Hex 70 94 75 18 0 15 2A 80 E 33
Octal 160 224 165 30 0 25 52 200 16 63
Binary 1110000 10010100 1110101 11000 0 10101 101010 10000000 1110 110011

Color Harmonies of #709475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709475

Black with #709475

Text Example


Text Example

White with #709475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709475; }

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

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

background-color css

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

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

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

border-color css

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

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

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