Html Css Color HEX #68826B Laurel

📋 copy color: '#68826B'

red 104 ◦ green 130 ◦ blue 107

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

Shades of Laurel #68826B

Tints of Laurel #68826B

RGB

 RED value IS 104 (41.02% from 255) = 30.5%

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

 BLUE value IS 107 (42.19% from 255) = 31.38%

R = 30.5%
G = 38.12%
B = 31.38%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#68826B (or 0x68826B) is known color: Laurel. HEX triplet: 68, 82 and 6B. RGB value is (104,130,107). Sum of RGB (Red+Green+Blue) = 104+130+107=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 130 - color contains mainly: green. Hex color #68826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68826B is #977D94. Grayscale: #777777. Windows color (decimal): -9928085 or 7045736. OLE color: 7045736.

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

Color convert

RGB 104 130 107 -
CMYK 0.2 0 0.18 0.49
HSL 126.92º 0.11% 0.46% -
HSV(B) 126.92º 0.2% 0.51% -
XYZ 16.35 19.97 16.9 -
YUV 119.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 104 130 107 0.2 0 0.18 0.49 126.92 0.11 0.46
Hex 68 82 6B 14 0 12 31 7F B 2E
Octal 150 202 153 24 0 22 61 177 13 56
Binary 1101000 10000010 1101011 10100 0 10010 110001 1111111 1011 101110

Color Harmonies of #68826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68826B

Black with #68826B

Text Example


Text Example

White with #68826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68826B; }

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

 H1.HeaderClassName
 {
   color: #68826B;
 }
 .AnyTagClassName
 {
   color: #68826B;
 }
</style>

background-color css

<style>
 a { background-color: #68826B; }

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

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

border-color css

<style>
 span { border-color: #68826B; }

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

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