Html Css Color HEX #6A9369 Laurel

📋 copy color: '#6A9369'

red 106 ◦ green 147 ◦ blue 105

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

Shades of Laurel #6A9369

Tints of Laurel #6A9369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.33%

R = 29.61%
G = 41.06%
B = 29.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#6A9369 (or 0x6A9369) is known color: Laurel. HEX triplet: 6A, 93 and 69. RGB value is (106,147,105). Sum of RGB (Red+Green+Blue) = 106+147+105=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #6A9369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9369 is #956C96. Grayscale: #828282. Windows color (decimal): -9792663 or 6919018. OLE color: 6919018.

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

Color convert

RGB 106 147 105 -
CMYK 0.28 0 0.29 0.42
HSL 118.57º 0.17% 0.49% -
HSV(B) 118.57º 0.29% 0.58% -
XYZ 18.93 24.95 17.18 -
YUV 129.95 113.92 110.92 -
System Red Green Blue C M Y K H S L
Decimal 106 147 105 0.28 0 0.29 0.42 118.57 0.17 0.49
Hex 6A 93 69 1C 0 1D 2A 77 11 31
Octal 152 223 151 34 0 35 52 167 21 61
Binary 1101010 10010011 1101001 11100 0 11101 101010 1110111 10001 110001

Color Harmonies of #6A9369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9369

Black with #6A9369

Text Example


Text Example

White with #6A9369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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