Html Css Color HEX #709871 Laurel

📋 copy color: '#709871'

red 112 ◦ green 152 ◦ blue 113

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

Shades of Laurel #709871

Tints of Laurel #709871

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.32%

 BLUE value IS 113 (44.53% from 255) = 29.97%

R = 29.71%
G = 40.32%
B = 29.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#709871 (or 0x709871) is known color: Laurel. HEX triplet: 70, 98 and 71. RGB value is (112,152,113). Sum of RGB (Red+Green+Blue) = 112+152+113=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #709871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709871 is #8F678E. Grayscale: #878787. Windows color (decimal): -9398159 or 7444592. OLE color: 7444592.

HSL color Cylindrical-coordinate representation of color #709871: hue angle of 121.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #709871 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 152 113 -
CMYK 0.26 0 0.26 0.40
HSL 121.5º 0.16% 0.52% -
HSV(B) 121.5º 0.26% 0.6% -
XYZ 20.89 27.09 19.75 -
YUV 135.59 115.25 111.17 -
System Red Green Blue C M Y K H S L
Decimal 112 152 113 0.26 0 0.26 0.40 121.5 0.16 0.52
Hex 70 98 71 1A 0 1A 28 7A 10 34
Octal 160 230 161 32 0 32 50 172 20 64
Binary 1110000 10011000 1110001 11010 0 11010 101000 1111010 10000 110100

Color Harmonies of #709871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709871

Black with #709871

Text Example


Text Example

White with #709871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709871; }

 p { color: rgb(112,152,113); }

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

background-color css

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

 a { background-color: rgb(112,152,113); }

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

border-color css

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

 span { border-color: rgb(112,152,113); }

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