Html Css Color HEX #729875 Laurel

📋 copy color: '#729875'

red 114 ◦ green 152 ◦ blue 117

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

Shades of Laurel #729875

Tints of Laurel #729875

RGB

 RED value IS 114 (44.92% from 255) = 29.77%

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

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

R = 29.77%
G = 39.69%
B = 30.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#729875 (or 0x729875) is known color: Laurel. HEX triplet: 72, 98 and 75. RGB value is (114,152,117). Sum of RGB (Red+Green+Blue) = 114+152+117=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 152 - color contains mainly: green. Hex color #729875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729875 is #8D678A. Grayscale: #888888. Windows color (decimal): -9267083 or 7706738. OLE color: 7706738.

HSL color Cylindrical-coordinate representation of color #729875: hue angle of 124.74º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #729875 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 152 117 -
CMYK 0.25 0 0.23 0.40
HSL 124.74º 0.16% 0.52% -
HSV(B) 124.74º 0.25% 0.6% -
XYZ 21.38 27.32 20.98 -
YUV 136.65 116.91 111.85 -
System Red Green Blue C M Y K H S L
Decimal 114 152 117 0.25 0 0.23 0.40 124.74 0.16 0.52
Hex 72 98 75 19 0 17 28 7D 10 34
Octal 162 230 165 31 0 27 50 175 20 64
Binary 1110010 10011000 1110101 11001 0 10111 101000 1111101 10000 110100

Color Harmonies of #729875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729875

Black with #729875

Text Example


Text Example

White with #729875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729875; }

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

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

background-color css

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

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

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

border-color css

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

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

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