Html Css Color HEX #6A9071 Laurel

📋 copy color: '#6A9071'

red 106 ◦ green 144 ◦ blue 113

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

Shades of Laurel #6A9071

Tints of Laurel #6A9071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.67%

 BLUE value IS 113 (44.53% from 255) = 31.13%

R = 29.2%
G = 39.67%
B = 31.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#6A9071 (or 0x6A9071) is known color: Laurel. HEX triplet: 6A, 90 and 71. RGB value is (106,144,113). Sum of RGB (Red+Green+Blue) = 106+144+113=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #6A9071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9071 is #956F8E. Grayscale: #818181. Windows color (decimal): -9793423 or 7442538. OLE color: 7442538.

HSL color Cylindrical-coordinate representation of color #6A9071: hue angle of 131.05º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A9071 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 106 144 113 -
CMYK 0.26 0 0.22 0.44
HSL 131.05º 0.15% 0.49% -
HSV(B) 131.05º 0.26% 0.56% -
XYZ 18.9 24.2 19.3 -
YUV 129.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 106 144 113 0.26 0 0.22 0.44 131.05 0.15 0.49
Hex 6A 90 71 1A 0 16 2C 83 F 31
Octal 152 220 161 32 0 26 54 203 17 61
Binary 1101010 10010000 1110001 11010 0 10110 101100 10000011 1111 110001

Color Harmonies of #6A9071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9071

Black with #6A9071

Text Example


Text Example

White with #6A9071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,144,113); }

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

background-color css

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

 a { background-color: rgb(106,144,113); }

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

border-color css

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

 span { border-color: rgb(106,144,113); }

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