Html Css Color HEX #6E9372 Laurel

📋 copy color: '#6E9372'

red 110 ◦ green 147 ◦ blue 114

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

Shades of Laurel #6E9372

Tints of Laurel #6E9372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.62%

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

R = 29.65%
G = 39.62%
B = 30.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#6E9372 (or 0x6E9372) is known color: Laurel. HEX triplet: 6E, 93 and 72. RGB value is (110,147,114). Sum of RGB (Red+Green+Blue) = 110+147+114=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #6E9372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9372 is #916C8D. Grayscale: #848484. Windows color (decimal): -9530510 or 7508846. OLE color: 7508846.

HSL color Cylindrical-coordinate representation of color #6E9372: hue angle of 126.49º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E9372 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 147 114 -
CMYK 0.25 0 0.22 0.42
HSL 126.49º 0.15% 0.5% -
HSV(B) 126.49º 0.25% 0.58% -
XYZ 19.9 25.4 19.77 -
YUV 132.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 110 147 114 0.25 0 0.22 0.42 126.49 0.15 0.5
Hex 6E 93 72 19 0 16 2A 7E F 32
Octal 156 223 162 31 0 26 52 176 17 62
Binary 1101110 10010011 1110010 11001 0 10110 101010 1111110 1111 110010

Color Harmonies of #6E9372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9372

Black with #6E9372

Text Example


Text Example

White with #6E9372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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