Html Css Color HEX #6A8669 Laurel

📋 copy color: '#6A8669'

red 106 ◦ green 134 ◦ blue 105

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

Shades of Laurel #6A8669

Tints of Laurel #6A8669

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.84%

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

R = 30.72%
G = 38.84%
B = 30.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#6A8669 (or 0x6A8669) is known color: Laurel. HEX triplet: 6A, 86 and 69. RGB value is (106,134,105). Sum of RGB (Red+Green+Blue) = 106+134+105=345 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.72% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8669 is #957996. Grayscale: #7A7A7A. Windows color (decimal): -9795991 or 6915690. OLE color: 6915690.

HSL color Cylindrical-coordinate representation of color #6A8669: hue angle of 117.93º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A8669 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 134 105 -
CMYK 0.21 0 0.22 0.47
HSL 117.93º 0.12% 0.47% -
HSV(B) 117.93º 0.22% 0.53% -
XYZ 17.02 21.13 16.55 -
YUV 122.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 106 134 105 0.21 0 0.22 0.47 117.93 0.12 0.47
Hex 6A 86 69 15 0 16 2F 76 C 2F
Octal 152 206 151 25 0 26 57 166 14 57
Binary 1101010 10000110 1101001 10101 0 10110 101111 1110110 1100 101111

Color Harmonies of #6A8669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8669

Black with #6A8669

Text Example


Text Example

White with #6A8669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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