Html Css Color HEX #6D9A71 Laurel

📋 copy color: '#6D9A71'

red 109 ◦ green 154 ◦ blue 113

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

Shades of Laurel #6D9A71

Tints of Laurel #6D9A71

RGB

 RED value IS 109 (42.97% from 255) = 28.99%

 GREEN value IS 154 (60.55% from 255) = 40.96%

 BLUE value IS 113 (44.53% from 255) = 30.05%

R = 28.99%
G = 40.96%
B = 30.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#6D9A71 (or 0x6D9A71) is known color: Laurel. HEX triplet: 6D, 9A and 71. RGB value is (109,154,113). Sum of RGB (Red+Green+Blue) = 109+154+113=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 154 - color contains mainly: green. Hex color #6D9A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9A71 is #92658E. Grayscale: #878787. Windows color (decimal): -9594255 or 7445101. OLE color: 7445101.

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

Color convert

RGB 109 154 113 -
CMYK 0.29 0 0.27 0.40
HSL 125.33º 0.18% 0.52% -
HSV(B) 125.33º 0.29% 0.6% -
XYZ 20.84 27.55 19.84 -
YUV 135.87 115.09 108.83 -
System Red Green Blue C M Y K H S L
Decimal 109 154 113 0.29 0 0.27 0.40 125.33 0.18 0.52
Hex 6D 9A 71 1D 0 1B 28 7D 12 34
Octal 155 232 161 35 0 33 50 175 22 64
Binary 1101101 10011010 1110001 11101 0 11011 101000 1111101 10010 110100

Color Harmonies of #6D9A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9A71

Black with #6D9A71

Text Example


Text Example

White with #6D9A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,154,113); }

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

background-color css

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

 a { background-color: rgb(109,154,113); }

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

border-color css

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

 span { border-color: rgb(109,154,113); }

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