Html Css Color HEX #719075 Laurel

📋 copy color: '#719075'

red 113 ◦ green 144 ◦ blue 117

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

Shades of Laurel #719075

Tints of Laurel #719075

RGB

 RED value IS 113 (44.53% from 255) = 30.21%

 GREEN value IS 144 (56.64% from 255) = 38.5%

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

R = 30.21%
G = 38.5%
B = 31.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#719075 (or 0x719075) is known color: Laurel. HEX triplet: 71, 90 and 75. RGB value is (113,144,117). Sum of RGB (Red+Green+Blue) = 113+144+117=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #719075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719075 is #8E6F8A. Grayscale: #838383. Windows color (decimal): -9334667 or 7704689. OLE color: 7704689.

HSL color Cylindrical-coordinate representation of color #719075: hue angle of 127.74º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #719075 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 144 117 -
CMYK 0.22 0 0.19 0.44
HSL 127.74º 0.12% 0.5% -
HSV(B) 127.74º 0.22% 0.56% -
XYZ 19.99 24.74 20.55 -
YUV 131.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 113 144 117 0.22 0 0.19 0.44 127.74 0.12 0.5
Hex 71 90 75 16 0 13 2C 80 C 32
Octal 161 220 165 26 0 23 54 200 14 62
Binary 1110001 10010000 1110101 10110 0 10011 101100 10000000 1100 110010

Color Harmonies of #719075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719075

Black with #719075

Text Example


Text Example

White with #719075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719075; }

 p { color: rgb(113,144,117); }

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

background-color css

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

 a { background-color: rgb(113,144,117); }

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

border-color css

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

 span { border-color: rgb(113,144,117); }

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