Html Css Color HEX #67866C Laurel

📋 copy color: '#67866C'

red 103 ◦ green 134 ◦ blue 108

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

Shades of Laurel #67866C

Tints of Laurel #67866C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.84%

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

R = 29.86%
G = 38.84%
B = 31.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#67866C (or 0x67866C) is known color: Laurel. HEX triplet: 67, 86 and 6C. RGB value is (103,134,108). Sum of RGB (Red+Green+Blue) = 103+134+108=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #67866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67866C is #987993. Grayscale: #797979. Windows color (decimal): -9992596 or 7112295. OLE color: 7112295.

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

Color convert

RGB 103 134 108 -
CMYK 0.23 0 0.19 0.47
HSL 129.68º 0.13% 0.46% -
HSV(B) 129.68º 0.23% 0.53% -
XYZ 16.83 21.02 17.36 -
YUV 121.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 103 134 108 0.23 0 0.19 0.47 129.68 0.13 0.46
Hex 67 86 6C 17 0 13 2F 82 D 2E
Octal 147 206 154 27 0 23 57 202 15 56
Binary 1100111 10000110 1101100 10111 0 10011 101111 10000010 1101 101110

Color Harmonies of #67866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67866C

Black with #67866C

Text Example


Text Example

White with #67866C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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