Html Css Color HEX #6E9572 Laurel

📋 copy color: '#6E9572'

red 110 ◦ green 149 ◦ blue 114

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

Shades of Laurel #6E9572

Tints of Laurel #6E9572

RGB

 RED value IS 110 (43.36% from 255) = 29.49%

 GREEN value IS 149 (58.59% from 255) = 39.95%

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 29.49%
G = 39.95%
B = 30.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#6E9572 (or 0x6E9572) is known color: Laurel. HEX triplet: 6E, 95 and 72. RGB value is (110,149,114). Sum of RGB (Red+Green+Blue) = 110+149+114=373 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.49% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #6E9572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9572 is #916A8D. Grayscale: #858585. Windows color (decimal): -9529998 or 7509358. OLE color: 7509358.

HSL color Cylindrical-coordinate representation of color #6E9572: hue angle of 126.15º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E9572 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 149 114 -
CMYK 0.26 0 0.23 0.42
HSL 126.15º 0.16% 0.51% -
HSV(B) 126.15º 0.26% 0.58% -
XYZ 20.22 26.02 19.88 -
YUV 133.35 117.08 111.35 -
System Red Green Blue C M Y K H S L
Decimal 110 149 114 0.26 0 0.23 0.42 126.15 0.16 0.51
Hex 6E 95 72 1A 0 17 2A 7E 10 33
Octal 156 225 162 32 0 27 52 176 20 63
Binary 1101110 10010101 1110010 11010 0 10111 101010 1111110 10000 110011

Color Harmonies of #6E9572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9572

Black with #6E9572

Text Example


Text Example

White with #6E9572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E9572; }

 p { color: rgb(110,149,114); }

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

background-color css

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

 a { background-color: rgb(110,149,114); }

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

border-color css

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

 span { border-color: rgb(110,149,114); }

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