Html Css Color HEX #68826C Laurel

📋 copy color: '#68826C'

red 104 ◦ green 130 ◦ blue 108

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

Shades of Laurel #68826C

Tints of Laurel #68826C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.58%

R = 30.41%
G = 38.01%
B = 31.58%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#68826C (or 0x68826C) is known color: Laurel. HEX triplet: 68, 82 and 6C. RGB value is (104,130,108). Sum of RGB (Red+Green+Blue) = 104+130+108=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 130 - color contains mainly: green. Hex color #68826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68826C is #977D93. Grayscale: #777777. Windows color (decimal): -9928084 or 7111272. OLE color: 7111272.

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

Color convert

RGB 104 130 108 -
CMYK 0.2 0 0.17 0.49
HSL 129.23º 0.11% 0.46% -
HSV(B) 129.23º 0.2% 0.51% -
XYZ 16.4 19.99 17.18 -
YUV 119.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 104 130 108 0.2 0 0.17 0.49 129.23 0.11 0.46
Hex 68 82 6C 14 0 11 31 81 B 2E
Octal 150 202 154 24 0 21 61 201 13 56
Binary 1101000 10000010 1101100 10100 0 10001 110001 10000001 1011 101110

Color Harmonies of #68826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68826C

Black with #68826C

Text Example


Text Example

White with #68826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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