Html Css Color HEX #68826A Laurel

📋 copy color: '#68826A'

red 104 ◦ green 130 ◦ blue 106

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

Shades of Laurel #68826A

Tints of Laurel #68826A

RGB

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

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

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

R = 30.59%
G = 38.24%
B = 31.18%

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

#68826A (or 0x68826A) is known color: Laurel. HEX triplet: 68, 82 and 6A. RGB value is (104,130,106). Sum of RGB (Red+Green+Blue) = 104+130+106=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #68826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68826A is #977D95. Grayscale: #777777. Windows color (decimal): -9928086 or 6980200. OLE color: 6980200.

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

Color convert

RGB 104 130 106 -
CMYK 0.2 0 0.18 0.49
HSL 124.62º 0.11% 0.46% -
HSV(B) 124.62º 0.2% 0.51% -
XYZ 16.29 19.95 16.63 -
YUV 119.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 104 130 106 0.2 0 0.18 0.49 124.62 0.11 0.46
Hex 68 82 6A 14 0 12 31 7D B 2E
Octal 150 202 152 24 0 22 61 175 13 56
Binary 1101000 10000010 1101010 10100 0 10010 110001 1111101 1011 101110

Color Harmonies of #68826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68826A

Black with #68826A

Text Example


Text Example

White with #68826A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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