Html Css Color HEX #709874 Laurel

📋 copy color: '#709874'

red 112 ◦ green 152 ◦ blue 116

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

Shades of Laurel #709874

Tints of Laurel #709874

RGB

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

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

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

R = 29.47%
G = 40%
B = 30.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#709874 (or 0x709874) is known color: Laurel. HEX triplet: 70, 98 and 74. RGB value is (112,152,116). Sum of RGB (Red+Green+Blue) = 112+152+116=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 152 - color contains mainly: green. Hex color #709874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709874 is #8F678B. Grayscale: #888888. Windows color (decimal): -9398156 or 7641200. OLE color: 7641200.

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

Color convert

RGB 112 152 116 -
CMYK 0.26 0 0.24 0.40
HSL 126º 0.16% 0.52% -
HSV(B) 126º 0.26% 0.6% -
XYZ 21.06 27.16 20.66 -
YUV 135.94 116.75 110.93 -
System Red Green Blue C M Y K H S L
Decimal 112 152 116 0.26 0 0.24 0.40 126 0.16 0.52
Hex 70 98 74 1A 0 18 28 7E 10 34
Octal 160 230 164 32 0 30 50 176 20 64
Binary 1110000 10011000 1110100 11010 0 11000 101000 1111110 10000 110100

Color Harmonies of #709874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709874

Black with #709874

Text Example


Text Example

White with #709874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709874; }

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

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

background-color css

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

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

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

border-color css

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

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

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