Html Css Color HEX #709872 Laurel

📋 copy color: '#709872'

red 112 ◦ green 152 ◦ blue 114

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

Shades of Laurel #709872

Tints of Laurel #709872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.16%

R = 29.63%
G = 40.21%
B = 30.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#709872 (or 0x709872) is known color: Laurel. HEX triplet: 70, 98 and 72. RGB value is (112,152,114). Sum of RGB (Red+Green+Blue) = 112+152+114=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #709872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709872 is #8F678D. Grayscale: #878787. Windows color (decimal): -9398158 or 7510128. OLE color: 7510128.

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

Color convert

RGB 112 152 114 -
CMYK 0.26 0 0.25 0.40
HSL 123º 0.16% 0.52% -
HSV(B) 123º 0.26% 0.6% -
XYZ 20.95 27.12 20.05 -
YUV 135.71 115.75 111.09 -
System Red Green Blue C M Y K H S L
Decimal 112 152 114 0.26 0 0.25 0.40 123 0.16 0.52
Hex 70 98 72 1A 0 19 28 7B 10 34
Octal 160 230 162 32 0 31 50 173 20 64
Binary 1110000 10011000 1110010 11010 0 11001 101000 1111011 10000 110100

Color Harmonies of #709872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709872

Black with #709872

Text Example


Text Example

White with #709872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709872; }

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

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

background-color css

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

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

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

border-color css

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

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

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