Html Css Color HEX #709873 Laurel

📋 copy color: '#709873'

red 112 ◦ green 152 ◦ blue 115

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

Shades of Laurel #709873

Tints of Laurel #709873

RGB

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

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

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

R = 29.55%
G = 40.11%
B = 30.34%

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

#709873 (or 0x709873) is known color: Laurel. HEX triplet: 70, 98 and 73. RGB value is (112,152,115). Sum of RGB (Red+Green+Blue) = 112+152+115=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #709873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709873 is #8F678C. Grayscale: #878787. Windows color (decimal): -9398157 or 7575664. OLE color: 7575664.

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

Color convert

RGB 112 152 115 -
CMYK 0.26 0 0.24 0.40
HSL 124.5º 0.16% 0.52% -
HSV(B) 124.5º 0.26% 0.6% -
XYZ 21 27.14 20.35 -
YUV 135.82 116.25 111.01 -
System Red Green Blue C M Y K H S L
Decimal 112 152 115 0.26 0 0.24 0.40 124.5 0.16 0.52
Hex 70 98 73 1A 0 18 28 7C 10 34
Octal 160 230 163 32 0 30 50 174 20 64
Binary 1110000 10011000 1110011 11010 0 11000 101000 1111100 10000 110100

Color Harmonies of #709873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709873

Black with #709873

Text Example


Text Example

White with #709873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709873; }

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

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

background-color css

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

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

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

border-color css

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

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

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