Html Css Color HEX #67856B Laurel

📋 copy color: '#67856B'

red 103 ◦ green 133 ◦ blue 107

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

Shades of Laurel #67856B

Tints of Laurel #67856B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.2%

R = 30.03%
G = 38.78%
B = 31.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#67856B (or 0x67856B) is known color: Laurel. HEX triplet: 67, 85 and 6B. RGB value is (103,133,107). Sum of RGB (Red+Green+Blue) = 103+133+107=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #67856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67856B is #987A94. Grayscale: #797979. Windows color (decimal): -9992853 or 7046503. OLE color: 7046503.

HSL color Cylindrical-coordinate representation of color #67856B: hue angle of 128º 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 #67856B is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 133 107 -
CMYK 0.23 0 0.20 0.48
HSL 128º 0.13% 0.46% -
HSV(B) 128º 0.23% 0.52% -
XYZ 16.63 20.72 17.03 -
YUV 121.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 103 133 107 0.23 0 0.20 0.48 128 0.13 0.46
Hex 67 85 6B 17 0 14 30 80 D 2E
Octal 147 205 153 27 0 24 60 200 15 56
Binary 1100111 10000101 1101011 10111 0 10100 110000 10000000 1101 101110

Color Harmonies of #67856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67856B

Black with #67856B

Text Example


Text Example

White with #67856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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