Html Css Color HEX #6B826A Laurel

📋 copy color: '#6B826A'

red 107 ◦ green 130 ◦ blue 106

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

Shades of Laurel #6B826A

Tints of Laurel #6B826A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.9%

R = 31.2%
G = 37.9%
B = 30.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#6B826A (or 0x6B826A) is known color: Laurel. HEX triplet: 6B, 82 and 6A. RGB value is (107,130,106). Sum of RGB (Red+Green+Blue) = 107+130+106=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 130 - color contains mainly: green. Hex color #6B826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B826A is #947D95. Grayscale: #787878. Windows color (decimal): -9731478 or 6980203. OLE color: 6980203.

HSL color Cylindrical-coordinate representation of color #6B826A: hue angle of 117.5º 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 #6B826A is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 130 106 -
CMYK 0.18 0 0.18 0.49
HSL 117.5º 0.1% 0.46% -
HSV(B) 117.5º 0.18% 0.51% -
XYZ 16.65 20.13 16.64 -
YUV 120.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 107 130 106 0.18 0 0.18 0.49 117.5 0.1 0.46
Hex 6B 82 6A 12 0 12 31 76 A 2E
Octal 153 202 152 22 0 22 61 166 12 56
Binary 1101011 10000010 1101010 10010 0 10010 110001 1110110 1010 101110

Color Harmonies of #6B826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B826A

Black with #6B826A

Text Example


Text Example

White with #6B826A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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