Html Css Color HEX #718975 Laurel

📋 copy color: '#718975'

red 113 ◦ green 137 ◦ blue 117

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

Shades of Laurel #718975

Tints of Laurel #718975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.33%

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

R = 30.79%
G = 37.33%
B = 31.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#718975 (or 0x718975) is known color: Laurel. HEX triplet: 71, 89 and 75. RGB value is (113,137,117). Sum of RGB (Red+Green+Blue) = 113+137+117=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 137 - color contains mainly: green. Hex color #718975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718975 is #8E768A. Grayscale: #7F7F7F. Windows color (decimal): -9336459 or 7702897. OLE color: 7702897.

HSL color Cylindrical-coordinate representation of color #718975: hue angle of 130º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #718975 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 137 117 -
CMYK 0.18 0 0.15 0.46
HSL 130º 0.1% 0.49% -
HSV(B) 130º 0.18% 0.54% -
XYZ 18.97 22.69 20.21 -
YUV 127.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 113 137 117 0.18 0 0.15 0.46 130 0.1 0.49
Hex 71 89 75 12 0 F 2E 82 A 31
Octal 161 211 165 22 0 17 56 202 12 61
Binary 1110001 10001001 1110101 10010 0 1111 101110 10000010 1010 110001

Color Harmonies of #718975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718975

Black with #718975

Text Example


Text Example

White with #718975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718975; }

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

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

background-color css

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

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

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

border-color css

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

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

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