Html Css Color HEX #709075 Laurel

📋 copy color: '#709075'

red 112 ◦ green 144 ◦ blue 117

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

Shades of Laurel #709075

Tints of Laurel #709075

RGB

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

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

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

R = 30.03%
G = 38.61%
B = 31.37%

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

#709075 (or 0x709075) is known color: Laurel. HEX triplet: 70, 90 and 75. RGB value is (112,144,117). Sum of RGB (Red+Green+Blue) = 112+144+117=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 144 - color contains mainly: green. Hex color #709075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709075 is #8F6F8A. Grayscale: #838383. Windows color (decimal): -9400203 or 7704688. OLE color: 7704688.

HSL color Cylindrical-coordinate representation of color #709075: hue angle of 129.38º degrees, saturation: 0.13, 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 #709075 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 144 117 -
CMYK 0.22 0 0.19 0.44
HSL 129.38º 0.13% 0.5% -
HSV(B) 129.38º 0.22% 0.56% -
XYZ 19.87 24.68 20.55 -
YUV 131.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 112 144 117 0.22 0 0.19 0.44 129.38 0.13 0.5
Hex 70 90 75 16 0 13 2C 81 D 32
Octal 160 220 165 26 0 23 54 201 15 62
Binary 1110000 10010000 1110101 10110 0 10011 101100 10000001 1101 110010

Color Harmonies of #709075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709075

Black with #709075

Text Example


Text Example

White with #709075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709075; }

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

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

background-color css

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

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

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

border-color css

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

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

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