Html Css Color HEX #67856C Laurel

📋 copy color: '#67856C'

red 103 ◦ green 133 ◦ blue 108

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

Shades of Laurel #67856C

Tints of Laurel #67856C

RGB

 RED value IS 103 (40.63% from 255) = 29.94%

 GREEN value IS 133 (52.34% from 255) = 38.66%

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

R = 29.94%
G = 38.66%
B = 31.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#67856C (or 0x67856C) is known color: Laurel. HEX triplet: 67, 85 and 6C. RGB value is (103,133,108). Sum of RGB (Red+Green+Blue) = 103+133+108=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #67856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67856C is #987A93. Grayscale: #797979. Windows color (decimal): -9992852 or 7112039. OLE color: 7112039.

HSL color Cylindrical-coordinate representation of color #67856C: hue angle of 130º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67856C is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 133 108 -
CMYK 0.23 0 0.19 0.48
HSL 130º 0.13% 0.46% -
HSV(B) 130º 0.23% 0.52% -
XYZ 16.69 20.74 17.31 -
YUV 121.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 103 133 108 0.23 0 0.19 0.48 130 0.13 0.46
Hex 67 85 6C 17 0 13 30 82 D 2E
Octal 147 205 154 27 0 23 60 202 15 56
Binary 1100111 10000101 1101100 10111 0 10011 110000 10000010 1101 101110

Color Harmonies of #67856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67856C

Black with #67856C

Text Example


Text Example

White with #67856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,133,108); }

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

background-color css

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

 a { background-color: rgb(103,133,108); }

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

border-color css

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

 span { border-color: rgb(103,133,108); }

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