Html Css Color HEX #6E9B70 Laurel

📋 copy color: '#6E9B70'

red 110 ◦ green 155 ◦ blue 112

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

Shades of Laurel #6E9B70

Tints of Laurel #6E9B70

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.11%

 BLUE value IS 112 (44.14% from 255) = 29.71%

R = 29.18%
G = 41.11%
B = 29.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#6E9B70 (or 0x6E9B70) is known color: Laurel. HEX triplet: 6E, 9B and 70. RGB value is (110,155,112). Sum of RGB (Red+Green+Blue) = 110+155+112=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 155 - color contains mainly: green. Hex color #6E9B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9B70 is #91648F. Grayscale: #888888. Windows color (decimal): -9528464 or 7379822. OLE color: 7379822.

HSL color Cylindrical-coordinate representation of color #6E9B70: hue angle of 122.67º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E9B70 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 155 112 -
CMYK 0.29 0 0.28 0.39
HSL 122.67º 0.18% 0.52% -
HSV(B) 122.67º 0.29% 0.61% -
XYZ 21.08 27.93 19.61 -
YUV 136.64 114.09 109 -
System Red Green Blue C M Y K H S L
Decimal 110 155 112 0.29 0 0.28 0.39 122.67 0.18 0.52
Hex 6E 9B 70 1D 0 1C 27 7B 12 34
Octal 156 233 160 35 0 34 47 173 22 64
Binary 1101110 10011011 1110000 11101 0 11100 100111 1111011 10010 110100

Color Harmonies of #6E9B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9B70

Black with #6E9B70

Text Example


Text Example

White with #6E9B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,155,112); }

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

background-color css

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

 a { background-color: rgb(110,155,112); }

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

border-color css

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

 span { border-color: rgb(110,155,112); }

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