Html Css Color HEX #6A946B Laurel

📋 copy color: '#6A946B'

red 106 ◦ green 148 ◦ blue 107

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

Shades of Laurel #6A946B

Tints of Laurel #6A946B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41%

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

R = 29.36%
G = 41%
B = 29.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#6A946B (or 0x6A946B) is known color: Laurel. HEX triplet: 6A, 94 and 6B. RGB value is (106,148,107). Sum of RGB (Red+Green+Blue) = 106+148+107=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #6A946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A946B is #956B94. Grayscale: #828282. Windows color (decimal): -9792405 or 7050346. OLE color: 7050346.

HSL color Cylindrical-coordinate representation of color #6A946B: hue angle of 121.43º degrees, saturation: 0.17, 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 #6A946B is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 148 107 -
CMYK 0.28 0 0.28 0.42
HSL 121.43º 0.17% 0.5% -
HSV(B) 121.43º 0.28% 0.58% -
XYZ 19.19 25.31 17.78 -
YUV 130.77 114.59 110.33 -
System Red Green Blue C M Y K H S L
Decimal 106 148 107 0.28 0 0.28 0.42 121.43 0.17 0.5
Hex 6A 94 6B 1C 0 1C 2A 79 11 32
Octal 152 224 153 34 0 34 52 171 21 62
Binary 1101010 10010100 1101011 11100 0 11100 101010 1111001 10001 110010

Color Harmonies of #6A946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A946B

Black with #6A946B

Text Example


Text Example

White with #6A946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,148,107); }

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

background-color css

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

 a { background-color: rgb(106,148,107); }

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

border-color css

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

 span { border-color: rgb(106,148,107); }

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