Html Css Color HEX #6B826D Laurel

📋 copy color: '#6B826D'

red 107 ◦ green 130 ◦ blue 109

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

Shades of Laurel #6B826D

Tints of Laurel #6B826D

RGB

 RED value IS 107 (42.19% from 255) = 30.92%

 GREEN value IS 130 (51.17% from 255) = 37.57%

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 30.92%
G = 37.57%
B = 31.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#6B826D (or 0x6B826D) is known color: Laurel. HEX triplet: 6B, 82 and 6D. RGB value is (107,130,109). Sum of RGB (Red+Green+Blue) = 107+130+109=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #6B826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B826D is #947D92. Grayscale: #787878. Windows color (decimal): -9731475 or 7176811. OLE color: 7176811.

HSL color Cylindrical-coordinate representation of color #6B826D: hue angle of 125.22º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B826D is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 130 109 -
CMYK 0.18 0 0.16 0.49
HSL 125.22º 0.1% 0.46% -
HSV(B) 125.22º 0.18% 0.51% -
XYZ 16.81 20.2 17.48 -
YUV 120.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 107 130 109 0.18 0 0.16 0.49 125.22 0.1 0.46
Hex 6B 82 6D 12 0 10 31 7D A 2E
Octal 153 202 155 22 0 20 61 175 12 56
Binary 1101011 10000010 1101101 10010 0 10000 110001 1111101 1010 101110

Color Harmonies of #6B826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B826D

Black with #6B826D

Text Example


Text Example

White with #6B826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,130,109); }

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

background-color css

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

 a { background-color: rgb(107,130,109); }

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

border-color css

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

 span { border-color: rgb(107,130,109); }

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