Html Css Color HEX #6A936F Laurel

📋 copy color: '#6A936F'

red 106 ◦ green 147 ◦ blue 111

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

Shades of Laurel #6A936F

Tints of Laurel #6A936F

RGB

 RED value IS 106 (41.8% from 255) = 29.12%

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

 BLUE value IS 111 (43.75% from 255) = 30.49%

R = 29.12%
G = 40.38%
B = 30.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#6A936F (or 0x6A936F) is known color: Laurel. HEX triplet: 6A, 93 and 6F. RGB value is (106,147,111). Sum of RGB (Red+Green+Blue) = 106+147+111=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #6A936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A936F is #956C90. Grayscale: #828282. Windows color (decimal): -9792657 or 7312234. OLE color: 7312234.

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

Color convert

RGB 106 147 111 -
CMYK 0.28 0 0.24 0.42
HSL 127.32º 0.16% 0.5% -
HSV(B) 127.32º 0.28% 0.58% -
XYZ 19.25 25.08 18.87 -
YUV 130.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 106 147 111 0.28 0 0.24 0.42 127.32 0.16 0.5
Hex 6A 93 6F 1C 0 18 2A 7F 10 32
Octal 152 223 157 34 0 30 52 177 20 62
Binary 1101010 10010011 1101111 11100 0 11000 101010 1111111 10000 110010

Color Harmonies of #6A936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A936F

Black with #6A936F

Text Example


Text Example

White with #6A936F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,147,111); }

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

background-color css

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

 a { background-color: rgb(106,147,111); }

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

border-color css

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

 span { border-color: rgb(106,147,111); }

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