Html Css Color HEX #709275 Laurel

📋 copy color: '#709275'

red 112 ◦ green 146 ◦ blue 117

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

Shades of Laurel #709275

Tints of Laurel #709275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.93%

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

R = 29.87%
G = 38.93%
B = 31.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#709275 (or 0x709275) is known color: Laurel. HEX triplet: 70, 92 and 75. RGB value is (112,146,117). Sum of RGB (Red+Green+Blue) = 112+146+117=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #709275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709275 is #8F6D8A. Grayscale: #848484. Windows color (decimal): -9399691 or 7705200. OLE color: 7705200.

HSL color Cylindrical-coordinate representation of color #709275: hue angle of 128.82º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #709275 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 117 -
CMYK 0.23 0 0.20 0.43
HSL 128.82º 0.13% 0.51% -
HSV(B) 128.82º 0.23% 0.57% -
XYZ 20.17 25.29 20.65 -
YUV 132.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 112 146 117 0.23 0 0.20 0.43 128.82 0.13 0.51
Hex 70 92 75 17 0 14 2B 81 D 33
Octal 160 222 165 27 0 24 53 201 15 63
Binary 1110000 10010010 1110101 10111 0 10100 101011 10000001 1101 110011

Color Harmonies of #709275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709275

Black with #709275

Text Example


Text Example

White with #709275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709275; }

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

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

background-color css

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

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

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

border-color css

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

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

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