Html Css Color HEX #6D9A6B Laurel

📋 copy color: '#6D9A6B'

red 109 ◦ green 154 ◦ blue 107

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

Shades of Laurel #6D9A6B

Tints of Laurel #6D9A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.92%

R = 29.46%
G = 41.62%
B = 28.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#6D9A6B (or 0x6D9A6B) is known color: Laurel. HEX triplet: 6D, 9A and 6B. RGB value is (109,154,107). Sum of RGB (Red+Green+Blue) = 109+154+107=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 154 - color contains mainly: green. Hex color #6D9A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9A6B is #926594. Grayscale: #878787. Windows color (decimal): -9594261 or 7051885. OLE color: 7051885.

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

Color convert

RGB 109 154 107 -
CMYK 0.29 0 0.31 0.40
HSL 117.45º 0.19% 0.51% -
HSV(B) 117.45º 0.31% 0.6% -
XYZ 20.52 27.42 18.12 -
YUV 135.19 112.09 109.32 -
System Red Green Blue C M Y K H S L
Decimal 109 154 107 0.29 0 0.31 0.40 117.45 0.19 0.51
Hex 6D 9A 6B 1D 0 1F 28 75 13 33
Octal 155 232 153 35 0 37 50 165 23 63
Binary 1101101 10011010 1101011 11101 0 11111 101000 1110101 10011 110011

Color Harmonies of #6D9A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9A6B

Black with #6D9A6B

Text Example


Text Example

White with #6D9A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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