Html Css Color HEX #68876A Laurel

📋 copy color: '#68876A'

red 104 ◦ green 135 ◦ blue 106

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

Shades of Laurel #68876A

Tints of Laurel #68876A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.13%

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

R = 30.14%
G = 39.13%
B = 30.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#68876A (or 0x68876A) is known color: Laurel. HEX triplet: 68, 87 and 6A. RGB value is (104,135,106). Sum of RGB (Red+Green+Blue) = 104+135+106=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #68876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68876A is #977895. Grayscale: #7A7A7A. Windows color (decimal): -9926806 or 6981480. OLE color: 6981480.

HSL color Cylindrical-coordinate representation of color #68876A: hue angle of 123.87º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #68876A is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 135 106 -
CMYK 0.23 0 0.21 0.47
HSL 123.87º 0.13% 0.47% -
HSV(B) 123.87º 0.23% 0.53% -
XYZ 16.97 21.31 16.85 -
YUV 122.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 104 135 106 0.23 0 0.21 0.47 123.87 0.13 0.47
Hex 68 87 6A 17 0 15 2F 7C D 2F
Octal 150 207 152 27 0 25 57 174 15 57
Binary 1101000 10000111 1101010 10111 0 10101 101111 1111100 1101 101111

Color Harmonies of #68876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68876A

Black with #68876A

Text Example


Text Example

White with #68876A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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